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

/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dnetdefines.py92 INP_RECVIF = 0x80 variable
H A Dnet.py1508 if (pcb.inp_flags & INP_RECVIF):
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h627 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
663 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2411 OPTSET(INP_RECVIF);
2701 optval = OPTBIT(INP_RECVIF);
H A Dip_input.c3022 if (inp->inp_flags & INP_RECVIF) {

Completed in 213 milliseconds