Home
last modified time | relevance | path

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

/dragonfly/test/udp/mcastsend/
H A Dmcastsend.c117 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, in main()
/dragonfly/sys/netinet/
H A Dip_output.c1079 case IP_MULTICAST_LOOP: in ip_ctloutput()
1183 case IP_MULTICAST_LOOP: in ip_ctloutput()
1300 case IP_MULTICAST_LOOP: in ip_ctloutput()
1585 case IP_MULTICAST_LOOP: in ip_setmoptions()
1826 case IP_MULTICAST_LOOP: in ip_getmoptions()
H A Din.h369 #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ macro
H A Dtcp_usrreq.c1519 case IP_MULTICAST_LOOP: in tcp_ctloutput()
H A Dudp_usrreq.c270 case IP_MULTICAST_LOOP: in udp_ctloutput()
/dragonfly/sbin/ping/
H A Dping.c606 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, in main()