Home
last modified time | relevance | path

Searched refs:IP_MULTICAST_IF (Results 1 – 11 of 11) sorted by relevance

/dragonfly/test/udp/mcastsend/
H A Dmcastsend.c92 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in main()
101 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in main()
105 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in main()
111 if (getsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in main()
/dragonfly/test/mcast/
H A Dmcast.c101 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in main()
/dragonfly/sys/netinet/
H A Dip_output.c1076 case IP_MULTICAST_IF: in ip_ctloutput()
1180 case IP_MULTICAST_IF: in ip_ctloutput()
1297 case IP_MULTICAST_IF: in ip_ctloutput()
1494 case IP_MULTICAST_IF: in ip_setmoptions()
1801 case IP_MULTICAST_IF: in ip_getmoptions()
H A Din.h367 #define IP_MULTICAST_IF 9 /* u_char; set/get IP multicast i/f */ macro
H A Dtcp_usrreq.c1516 case IP_MULTICAST_IF: in tcp_ctloutput()
H A Dudp_usrreq.c267 case IP_MULTICAST_IF: in udp_ctloutput()
/dragonfly/usr.sbin/rwhod/
H A Drwhod.c496 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, in send_host_information()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c886 if (setsockopt(sd, IPPROTO_IP, IP_MULTICAST_IF, in ssdp_open_multicast_sock()
/dragonfly/sbin/routed/
H A Doutput.c157 IPPROTO_IP, IP_MULTICAST_IF, in output()
H A Drdisc.c738 IPPROTO_IP, IP_MULTICAST_IF, in send_rdisc()
/dragonfly/sbin/ping/
H A Dping.c618 if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, &ifaddr, in main()