Home
last modified time | relevance | path

Searched refs:MCAST_LEAVE_GROUP (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/sockets/
H A Dmulticast.h37 # define PHP_MCAST_LEAVE_GROUP MCAST_LEAVE_GROUP
H A Dsockets.stub.php606 const MCAST_LEAVE_GROUP = UNKNOWN; define
H A Dmulticast.c455 join ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP, (char*)&greq, in _php_mcast_join_leave()
/PHP-8.3/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt32 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array(
89 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
H A Dmcast_ipv6_recv.phpt37 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array(
93 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
139 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
H A Dmcast_ipv4_recv.phpt63 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
111 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(

Completed in 49 milliseconds