Searched refs:IP_MULTICAST_LOOP (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/usr.sbin/mrouted/ |
| D | kern.c | 50 if (setsockopt(igmp_socket, IPPROTO_IP, IP_MULTICAST_LOOP, in k_set_loop()
|
| /netbsd/src/sys/netinet/ |
| D | ip_output.c | 1222 case IP_MULTICAST_LOOP: in ip_ctloutput() 1396 case IP_MULTICAST_LOOP: in ip_ctloutput() 2019 case IP_MULTICAST_LOOP: in ip_setmoptions() 2095 case IP_MULTICAST_LOOP: in ip_getmoptions()
|
| D | in.h | 286 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
|
| /netbsd/src/sys/rump/net/lib/libsockin/ |
| D | sockin_user.c | 106 translate(IP_MULTICAST_LOOP); in translate_ip_sockopt()
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ipfsyncd.c | 361 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_LOOP,
|
| /netbsd/src/sys/compat/ultrix/ |
| D | ultrix_misc.c | 367 IP_MULTICAST_LOOP, in ultrix_sys_setsockopt()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_io.c | 2432 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2444 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2449 IP_MULTICAST_LOOP, in enable_multicast_if()
|
| /netbsd/src/sys/compat/sunos/ |
| D | sunos_misc.c | 566 IP_MULTICAST_LOOP, in sunos_sys_setsockopt()
|
| /netbsd/src/sys/compat/sunos32/ |
| D | sunos32_misc.c | 784 IP_MULTICAST_LOOP, in sunos32_sys_setsockopt()
|
| /netbsd/src/usr.bin/kdump/ |
| D | kdump.c | 693 CASERETURN(IP_MULTICAST_LOOP); in ipoptname()
|
| /netbsd/src/usr.sbin/ldpd/ |
| D | socketops.c | 128 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &(u_char){0}, in create_hello_sockets()
|
| /netbsd/src/sbin/ping/ |
| D | ping.c | 582 IP_MULTICAST_LOOP, in main()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_socket.c | 953 return IP_MULTICAST_LOOP; in linux_to_bsd_ip_sockopt()
|
| /netbsd/src/sys/netinet6/ |
| D | ip6_output.c | 1324 case IP_MULTICAST_LOOP: in ip6_ctloutput()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | ChangeLog | 4961 * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 4978 * [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
|
| D | CommitLog | 220216 [Bug 657] netbsd fix for IP_MULTICAST_LOOP test 220219 [Bug 657] netbsd fix for IP_MULTICAST_LOOP test 220222 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 220225 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 220228 [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP 221387 [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size 221390 [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
|