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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py86 INP_RECVRETOPTS = 0x02 variable
H A Dnet.py1496 if (pcb.inp_flags & INP_RECVRETOPTS):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h589 #define INP_RECVRETOPTS 0x00000002 /* receive IP options for reply */ macro
635 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2367 OPTSET(INP_RECVRETOPTS);
2657 optval = OPTBIT(INP_RECVRETOPTS);
H A Dip_input.c3061 if (inp->inp_flags & INP_RECVRETOPTS) {

Completed in 31 milliseconds