Home
last modified time | relevance | path

Searched refs:INP_RECVTTL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
H A Din_pcb.h359 #define INP_RECVTTL 0x80000000 /* receive incoming IP TTL */ macro
362 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1174 OPTSET(INP_RECVTTL); in ip_ctloutput()
1278 optval = OPTBIT(INP_RECVTTL); in ip_ctloutput()
H A Dip_input.c2211 if (inp->inp_flags & INP_RECVTTL) { in ip_savecontrol()