Searched refs:MCAST_LEAVE_GROUP (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/sockets/tests/ |
H A D | mcast_ipv6_recv_limited.phpt | 27 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array( 84 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
H A D | mcast_ipv6_recv.phpt | 35 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array( 91 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 137 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
H A D | mcast_ipv4_recv.phpt | 63 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 111 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
/PHP-8.2/ext/sockets/ |
H A D | multicast.h | 37 # define PHP_MCAST_LEAVE_GROUP MCAST_LEAVE_GROUP
|
H A D | sockets.stub.php | 571 const MCAST_LEAVE_GROUP = UNKNOWN; define
|
H A D | multicast.c | 455 join ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP, (char*)&greq, in _php_mcast_join_leave()
|
Completed in 16 milliseconds