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