Searched refs:IP_MULTICAST_LOOP (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/regression/netinet/msocket/ |
H A D | msocket.c | 205 test_u_char(IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP", 1, 0, 243, in test_loop() 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()
|
/freebsd/sys/netinet/ |
H A D | in.h | 448 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
|
H A D | ip_output.c | 1309 case IP_MULTICAST_LOOP: in ip_ctloutput() 1520 case IP_MULTICAST_LOOP: in ip_ctloutput()
|
H A D | in_mcast.c | 1802 case IP_MULTICAST_LOOP: in inp_getmoptions() 2770 case IP_MULTICAST_LOOP: { in inp_setmoptions()
|
/freebsd/sbin/ipf/ipfsync/ |
H A D | ipfsyncd.c | 355 if (setsockopt(igmpfd, IPPROTO_IP, IP_MULTICAST_LOOP,
|
/freebsd/tools/regression/netinet/ipmulticast/ |
H A D | ipmulticast.c | 327 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP, in do_misc_opts()
|
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 853 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP, in testsuite()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 2429 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2441 #ifdef IP_MULTICAST_LOOP in enable_multicast_if() 2446 IP_MULTICAST_LOOP, in enable_multicast_if()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 743 if (setsockopt(ssend, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in ping()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 154 return (IP_MULTICAST_LOOP); in linux_to_bsd_ip_sockopt()
|
/freebsd/contrib/ntp/ |
H A 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
|
H A D | CommitLog | [all...] |