Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dudp.c89 ip->ip_ttl = IP_TTL; /* char */ in sendudp()
/dragonfly/sys/netinet/
H A Din.h361 #define IP_TTL 4 /* int; IP time to live */ macro
H A Dip_output.c1121 case IP_TTL: in ip_ctloutput()
1138 case IP_TTL: in ip_ctloutput()
1237 case IP_TTL: in ip_ctloutput()
1252 case IP_TTL: in ip_ctloutput()
/dragonfly/tools/tools/net80211/wesside/dics/
H A Ddics.c140 ctl.hdr.cmsg_type != IP_TTL in check_signal()
/dragonfly/sbin/ping/
H A Dping.c600 if (setsockopt(s, IPPROTO_IP, IP_TTL, &ttl, in main()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1614 IP_TTL, &ttl, sizeof(ttl))) in set_common_sockopts()