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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py97 INP_RECVTTL = 0x1000 variable
H A Dnet.py1518 if (pcb.inp_flags & INP_RECVTTL):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h605 #define INP_RECVTTL 0x00001000 /* receive incoming IP TTL */ macro
635 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2379 OPTSET(INP_RECVTTL);
2669 optval = OPTBIT(INP_RECVTTL);
H A Dip_input.c3116 if (inp->inp_flags & INP_RECVTTL) {

Completed in 49 milliseconds