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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py85 INP_RECVOPTS = 0x01 variable
H A Dnet.py1494 if (pcb.inp_flags & INP_RECVOPTS):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h588 #define INP_RECVOPTS 0x00000001 /* receive incoming IP options */ macro
635 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2363 OPTSET(INP_RECVOPTS);
2653 optval = OPTBIT(INP_RECVOPTS);
H A Dip_input.c3053 if (inp->inp_flags & INP_RECVOPTS) {

Completed in 87 milliseconds