Home
last modified time | relevance | path

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

/php-src/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.phpt26 echo "Setting IP_MULTICAST_LOOP\n";
27 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 0);
29 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
31 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 1);
33 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
55 Setting IP_MULTICAST_LOOP
H A Dmcast_ipv4_send_error.phpt24 echo "Setting IP_MULTICAST_LOOP with 256\n";
26 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
28 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
32 echo "Setting IP_MULTICAST_LOOP with false\n";
34 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
36 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
72 Setting IP_MULTICAST_LOOP with 256
76 Setting IP_MULTICAST_LOOP with false
/php-src/ext/sockets/
H A Dsockets.stub.php671 const IP_MULTICAST_LOOP = UNKNOWN; define
H A Dmulticast.c274 case IP_MULTICAST_LOOP: in php_do_setsockopt_ip_mcast()
H A Dsockets_arginfo.h586 REGISTER_LONG_CONSTANT("IP_MULTICAST_LOOP", IP_MULTICAST_LOOP, CONST_PERSISTENT); in register_sockets_symbols()

Completed in 15 milliseconds