Home
last modified time | relevance | path

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

/php-src/ext/sockets/
H A Dmulticast.h38 # define PHP_MCAST_LEAVE_GROUP MCAST_LEAVE_GROUP
H A Dsockets.stub.php633 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-src/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt32 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_LEAVE_GROUP, array(
90 $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(
94 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
140 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
H A Dmcast_ipv4_recv.phpt64 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
112 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(

Completed in 20 milliseconds