Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py159 INP_RECVTTL = 0x1000 variable
H A Dnet.py1460 if (pcb.inp_flags & INP_RECVTTL):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h806 #define INP_RECVTTL 0x00001000 /* receive incoming IP TTL */ macro
837 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2465 OPTSET(INP_RECVTTL); in ip_ctloutput()
2726 optval = OPTBIT(INP_RECVTTL); in ip_ctloutput()
H A Dip_input.c3520 if (inp->inp_flags & INP_RECVTTL) { in ip_savecontrol()