Searched refs:_php_mcast_source_op (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/sockets/ |
H A D | multicast.c | 54 static int _php_mcast_source_op(php_socket *sock, int level, struct sockaddr *group, socklen_t grou… 405 …return _php_mcast_source_op(sock, level, group, group_len, source, source_len, if_index, JOIN_SOUR… in php_mcast_join_source() 417 …return _php_mcast_source_op(sock, level, group, group_len, source, source_len, if_index, LEAVE_SOU… in php_mcast_leave_source() 429 …return _php_mcast_source_op(sock, level, group, group_len, source, source_len, if_index, BLOCK_SOU… in php_mcast_block_source() 441 …return _php_mcast_source_op(sock, level, group, group_len, source, source_len, if_index, UNBLOCK_S… in php_mcast_unblock_source() 510 static int _php_mcast_source_op( in _php_mcast_source_op() function
|
Completed in 5 milliseconds