Home
last modified time | relevance | path

Searched refs:INP_RECVIF (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py154 INP_RECVIF = 0x80 variable
H A Dnet.py1450 if (pcb.inp_flags & INP_RECVIF):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h800 #define INP_RECVIF 0x00000080 /* receive incoming interface */ macro
837 (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|INP_RECVIF|INP_RECVTTL| \
H A Dip_output.c2461 OPTSET(INP_RECVIF); in ip_ctloutput()
2722 optval = OPTBIT(INP_RECVIF); in ip_ctloutput()
H A Dip_input.c3472 if (inp->inp_flags & INP_RECVIF) { in ip_savecontrol()
H A Dflow_divert.c2816 if (inp->inp_flags & INP_RECVIF) { in flow_divert_create_control_mbuf()