Home
last modified time | relevance | path

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

12345678910>>...245

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java61 IP_MULTICAST_TTL, IP_MULTICAST_LOOP); in main()
65 IP_MULTICAST_LOOP); in main()
75 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
114 dc.setOption(IP_MULTICAST_LOOP, false); in main()
115 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
116 dc.setOption(IP_MULTICAST_LOOP, true); in main()
117 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
135 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java61 IP_MULTICAST_TTL, IP_MULTICAST_LOOP); in main()
65 IP_MULTICAST_LOOP); in main()
75 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
114 dc.setOption(IP_MULTICAST_LOOP, false); in main()
115 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
116 dc.setOption(IP_MULTICAST_LOOP, true); in main()
117 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
135 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java61 IP_MULTICAST_TTL, IP_MULTICAST_LOOP); in main()
65 IP_MULTICAST_LOOP); in main()
75 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
114 dc.setOption(IP_MULTICAST_LOOP, false); in main()
115 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
116 dc.setOption(IP_MULTICAST_LOOP, true); in main()
117 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
135 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java61 IP_MULTICAST_TTL, IP_MULTICAST_LOOP); in main()
65 IP_MULTICAST_LOOP); in main()
75 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
114 dc.setOption(IP_MULTICAST_LOOP, false); in main()
115 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
116 dc.setOption(IP_MULTICAST_LOOP, true); in main()
117 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
135 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java55 IP_MULTICAST_LOOP); in main()
64 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
98 dc.setOption(IP_MULTICAST_LOOP, false); in main()
99 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
100 dc.setOption(IP_MULTICAST_LOOP, true); in main()
101 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
119 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java55 IP_MULTICAST_LOOP); in main()
64 checkOption(dc, IP_MULTICAST_LOOP, true); // true on supported platforms in main()
98 dc.setOption(IP_MULTICAST_LOOP, false); in main()
99 checkOption(dc, IP_MULTICAST_LOOP, false); in main()
100 dc.setOption(IP_MULTICAST_LOOP, true); in main()
101 checkOption(dc, IP_MULTICAST_LOOP, true); in main()
119 dc.setOption(IP_MULTICAST_LOOP, true); in main()
/dports/net/php73-sockets/php-7.3.33/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt17 echo "Setting IP_MULTICAST_LOOP with 256\n";
19 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
21 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
25 echo "Setting IP_MULTICAST_LOOP with false\n";
27 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
29 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
56 Setting IP_MULTICAST_LOOP with 256
60 Setting IP_MULTICAST_LOOP with false
/dports/lang/php73/php-7.3.33/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt17 echo "Setting IP_MULTICAST_LOOP with 256\n";
19 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
21 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
25 echo "Setting IP_MULTICAST_LOOP with false\n";
27 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
29 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
56 Setting IP_MULTICAST_LOOP with 256
60 Setting IP_MULTICAST_LOOP with false
H A Dsocket_getopt.phpt24 echo "Setting IP_MULTICAST_LOOP\n";
25 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 0);
27 $r = socket_getopt($s, $level, IP_MULTICAST_LOOP);
29 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 1);
31 $r = socket_getopt($s, $level, IP_MULTICAST_LOOP);
61 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);
53 Setting IP_MULTICAST_LOOP
/dports/www/mod_php73/php-7.3.33/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt17 echo "Setting IP_MULTICAST_LOOP with 256\n";
19 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
21 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
25 echo "Setting IP_MULTICAST_LOOP with false\n";
27 $r = socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
29 $r = socket_get_option($s, $level, IP_MULTICAST_LOOP);
56 Setting IP_MULTICAST_LOOP with 256
60 Setting IP_MULTICAST_LOOP with false
/dports/net/php81-sockets/php-8.1.1/ext/sockets/tests/
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
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);
57 Setting IP_MULTICAST_LOOP
/dports/net/php74-sockets/php-7.4.27/ext/sockets/tests/
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);
62 Setting IP_MULTICAST_LOOP with 256
66 Setting IP_MULTICAST_LOOP with false
/dports/net/php80-sockets/php-8.0.15/ext/sockets/tests/
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
/dports/www/mod_php81/php-8.1.1/ext/sockets/tests/
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
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);
57 Setting IP_MULTICAST_LOOP
/dports/lang/php74/php-7.4.27/ext/sockets/tests/
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);
62 Setting IP_MULTICAST_LOOP with 256
66 Setting IP_MULTICAST_LOOP with false
/dports/lang/php80/php-8.0.15/ext/sockets/tests/
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
/dports/lang/php81/php-8.1.1/ext/sockets/tests/
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
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);
57 Setting IP_MULTICAST_LOOP
/dports/www/mod_php74/php-7.4.27/ext/sockets/tests/
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);
62 Setting IP_MULTICAST_LOOP with 256
66 Setting IP_MULTICAST_LOOP with false
/dports/www/mod_php80/php-8.0.15/ext/sockets/tests/
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
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_socket_coro/getopt/
H A Dget.phpt21 echo "Setting IP_MULTICAST_LOOP\n";
22 $r = $socket->setOption($level, IP_MULTICAST_LOOP, 0);
24 $r = $socket->getOption($level, IP_MULTICAST_LOOP);
26 $r = $socket->setOption($level, IP_MULTICAST_LOOP, 1);
28 $r = $socket->getOption($level, IP_MULTICAST_LOOP);
50 Setting IP_MULTICAST_LOOP
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_runtime/sockets/basic/
H A Dmcast_ipv4_send_error.phpt31 echo "Setting IP_MULTICAST_LOOP with 256\n";
33 $r = @socket_set_option($s, $level, IP_MULTICAST_LOOP, 256);
35 $r = @socket_get_option($s, $level, IP_MULTICAST_LOOP);
38 echo "Setting IP_MULTICAST_LOOP with false\n";
40 $r = @socket_set_option($s, $level, IP_MULTICAST_LOOP, false);
42 $r = @socket_get_option($s, $level, IP_MULTICAST_LOOP);
75 Setting IP_MULTICAST_LOOP with 256
78 Setting IP_MULTICAST_LOOP with false

12345678910>>...245