Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h555 #define INP_RECVTTL 0x00000400 /* receive incoming IP TTL */ macro
579 INP_RECVIF|INP_RECVTTL|INP_RECVTOS|\
H A Dip_output.c1218 OPTSET(INP_RECVTTL); in ip_ctloutput()
1420 optval = OPTBIT(INP_RECVTTL); in ip_ctloutput()
H A Dip_input.c1202 if (inp->inp_flags & INP_RECVTTL) { in ip_savecontrol()
H A Din_pcb.c3048 if (inp_flags & INP_RECVTTL) { in db_print_inpflags()