Home
last modified time | relevance | path

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

/PHP-8.2/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt27 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array(
84 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
H A Dmcast_ipv6_recv.phpt35 $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 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(
/PHP-8.2/ext/sockets/
H A Dmulticast.h37 # define PHP_MCAST_LEAVE_GROUP MCAST_LEAVE_GROUP
H A Dsockets.stub.php571 const MCAST_LEAVE_GROUP = UNKNOWN; define
H A Dmulticast.c455 join ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP, (char*)&greq, in _php_mcast_join_leave()

Completed in 16 milliseconds