Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Draw_ip.c329 case IP_HDRINCL: in rip_ctloutput()
374 case IP_HDRINCL: in rip_ctloutput()
H A Din.h359 #define IP_HDRINCL 2 /* int; header is included with data */ macro
/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c562 #ifdef IP_HDRINCL in main()
563 if (setsockopt(sndsock, IPPROTO_IP, IP_HDRINCL, (char *)&on, in main()
/dragonfly/sbin/dhclient/
H A Dbpf.c110 if (setsockopt(sock, IPPROTO_IP, IP_HDRINCL, &on, in if_register_send()
/dragonfly/tools/tools/net80211/wesside/dics/
H A Ddics.c362 if (setsockopt(s, IPPROTO_IP, IP_HDRINCL, &rd, sizeof(rd)) == -1) { in main()
/dragonfly/sbin/ping/
H A Dping.c571 setsockopt(s, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold)); in main()