Home
last modified time | relevance | path

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

/PHP-8.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt34 if (!defined("MCAST_JOIN_SOURCE_GROUP"))
41 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
152 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
176 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
H A Dmcast_ipv6_recv_limited.phpt36 if (defined("MCAST_JOIN_SOURCE_GROUP")) {
37 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
H A Dmcast_ipv4_recv.phpt124 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
/PHP-8.4/ext/sockets/
H A Dmulticast.h41 # define PHP_MCAST_JOIN_SOURCE_GROUP MCAST_JOIN_SOURCE_GROUP
H A Dsockets.stub.php679 const MCAST_JOIN_SOURCE_GROUP = UNKNOWN; define
H A Dmulticast.c568 return MCAST_JOIN_SOURCE_GROUP; in _php_source_op_to_rfc3678_op()

Completed in 24 milliseconds