Home
last modified time | relevance | path

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

/PHP-8.2/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt32 if (!defined("MCAST_JOIN_SOURCE_GROUP"))
39 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
149 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
173 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
H A Dmcast_ipv6_recv_limited.phpt31 if (defined("MCAST_JOIN_SOURCE_GROUP")) {
32 $so = @socket_set_option($s, IPPROTO_IPV6, MCAST_JOIN_SOURCE_GROUP, array(
H A Dmcast_ipv4_recv.phpt123 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
/PHP-8.2/ext/sockets/
H A Dmulticast.h40 # define PHP_MCAST_JOIN_SOURCE_GROUP MCAST_JOIN_SOURCE_GROUP
H A Dsockets.stub.php587 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 10 milliseconds