Searched refs:IP_MULTICAST_LOOP (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/apr/network_io/unix/ |
| HD | multicast.c | 220 else if (type == IP_MULTICAST_LOOP) { in do_mcast_opt() 277 #if defined(IP_MULTICAST_LOOP) && defined(HAVE_STRUCT_IPMREQ) in apr_mcast_loopback() 278 return do_mcast_opt(IP_MULTICAST_LOOP, sock, opt); in apr_mcast_loopback()
|
| /NextBSD/tools/regression/netinet/msocket/ |
| HD | msocket.c | 207 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243, in test_loop() 209 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243, in test_loop() 211 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243, in test_loop()
|
| /NextBSD/sys/netinet/ |
| HD | in.h | 419 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
|
| HD | ip_output.c | 1123 case IP_MULTICAST_LOOP: in ip_ctloutput() 1324 case IP_MULTICAST_LOOP: in ip_ctloutput()
|
| HD | in_mcast.c | 1824 case IP_MULTICAST_LOOP: in inp_getmoptions() 2765 case IP_MULTICAST_LOOP: { in inp_setmoptions()
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipfsyncd.c | 359 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_LOOP,
|
| /NextBSD/tools/regression/netinet/ipmulticast/ |
| HD | ipmulticast.c | 330 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP, in do_misc_opts()
|
| /NextBSD/tools/regression/netinet/ipsockopt/ |
| HD | ipsockopt.c | 855 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP, in testsuite()
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 2396 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2408 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2413 IP_MULTICAST_LOOP, in enable_multicast_if()
|
| /NextBSD/sbin/ping/ |
| HD | ping.c | 772 if (setsockopt(ssend, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.c | 280 return (IP_MULTICAST_LOOP); in linux_to_bsd_ip_sockopt()
|
| /NextBSD/contrib/ntp/ |
| HD | ChangeLog | 4128 * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 4145 * [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
|
| HD | CommitLog | 194857 [Bug 657] netbsd fix for IP_MULTICAST_LOOP test 194860 [Bug 657] netbsd fix for IP_MULTICAST_LOOP test 194863 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 194866 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 194869 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 196028 [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size 196031 [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
|