Home
last modified time | relevance | path

Searched refs:IP_RECVTTL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/tools/tools/net80211/wesside/dics/
H A Ddics.c142 ctl.hdr.cmsg_type != IP_RECVTTL in check_signal()
350 if (setsockopt(us, IPPROTO_IP, IP_RECVTTL, &rd, sizeof(rd)) == -1) { in main()
/dragonfly/sys/netinet/
H A Din.h403 #define IP_RECVTTL 65 /* bool; receive IP TTL w/dgram */ macro
H A Dip_output.c1128 case IP_RECVTTL: in ip_ctloutput()
1173 case IP_RECVTTL: in ip_ctloutput()
1243 case IP_RECVTTL: in ip_ctloutput()
1277 case IP_RECVTTL: in ip_ctloutput()
H A Dip_input.c2213 IP_RECVTTL, IPPROTO_IP); in ip_savecontrol()