Searched refs:MCAST_LEAVE_GROUP (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/sockets/ |
H A D | multicast.h | 38 # define PHP_MCAST_LEAVE_GROUP MCAST_LEAVE_GROUP
|
H A D | sockets.stub.php | 663 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()
|
/PHP-8.4/ext/sockets/tests/ |
H A D | mcast_ipv6_recv_limited.phpt | 32 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array( 90 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
H A D | mcast_ipv6_recv.phpt | 37 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array( 94 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 140 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
H A D | mcast_ipv4_recv.phpt | 64 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 112 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
|
Completed in 12 milliseconds