Searched refs:INP_RECV_ANYIF (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py95 INP_RECV_ANYIF = 0x400 variable
H A Dnet.py1514 if (pcb.inp_flags & INP_RECV_ANYIF):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h602 #define INP_RECV_ANYIF 0x00000400 /* don't restrict inbound iface */ macro
H A Dtcp_input.c1827 head_recvanyif = (inp->inp_flags & INP_RECV_ANYIF);
1999 inp->inp_flags |= INP_RECV_ANYIF;
2001 inp->inp_flags &= ~INP_RECV_ANYIF;
H A Din_pcb.c2894 if (inp->inp_flags & INP_RECV_ANYIF)
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c4974 sotoinpcb(so)->inp_flags |= INP_RECV_ANYIF;
4976 sotoinpcb(so)->inp_flags &= ~INP_RECV_ANYIF;
4992 ret = (sotoinpcb(so)->inp_flags & INP_RECV_ANYIF) ? 1 : 0;

Completed in 62 milliseconds