Home
last modified time | relevance | path

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

/PHP-8.2/ext/sockets/tests/
H A Dsocket_getopt.phpt20 echo "Setting IP_MULTICAST_LOOP\n";
21 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 0);
23 $r = socket_getopt($s, $level, IP_MULTICAST_LOOP);
25 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 1);
27 $r = socket_getopt($s, $level, IP_MULTICAST_LOOP);
49 Setting IP_MULTICAST_LOOP
H A Dmcast_ipv4_send.phpt25 echo "Setting IP_MULTICAST_LOOP\n";
26 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 0);
28 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
30 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 1);
32 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
54 Setting IP_MULTICAST_LOOP
H A Dmcast_ipv4_send_error.phpt23 echo "Setting IP_MULTICAST_LOOP with 256\n";
25 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
27 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
31 echo "Setting IP_MULTICAST_LOOP with false\n";
33 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
35 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
71 Setting IP_MULTICAST_LOOP with 256
75 Setting IP_MULTICAST_LOOP with false
/PHP-8.2/ext/sockets/
H A Dsockets.stub.php609 const IP_MULTICAST_LOOP = UNKNOWN; define
H A Dmulticast.c274 case IP_MULTICAST_LOOP: in php_do_setsockopt_ip_mcast()
H A Dsockets_arginfo.h551 REGISTER_LONG_CONSTANT("IP_MULTICAST_LOOP", IP_MULTICAST_LOOP, CONST_PERSISTENT); in register_sockets_symbols()

Completed in 14 milliseconds