Searched refs:INP_BOUND_IF (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py99 INP_BOUND_IF = 0x4000 variable
H A Dnet.py1522 if (pcb.inp_flags & INP_BOUND_IF):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_output.c178 if (in6p->inp_flags & INP_BOUND_IF) {
H A Draw_ip6.c371 if (in6p->inp_flags & INP_BOUND_IF) {
916 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Din6_pcb.c430 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Din6_mcast.c1898 if (in6p != NULL && (in6p->inp_flags & INP_BOUND_IF))
H A Din6.c4292 if (in6p->in6p_flags & INP_BOUND_IF)
H A Dip6_output.c2696 if (in6p->inp_flags & INP_BOUND_IF)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c1001 if (ifscope == IFSCOPE_NONE && (inp->inp_flags & INP_BOUND_IF))
2369 inp->inp_flags &= ~INP_BOUND_IF;
2371 inp->inp_flags |= INP_BOUND_IF;
2897 if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp == ifp)
H A Din_pcb.h160 struct ifnet *inp_boundifp; /* interface for INP_BOUND_IF */
607 #define INP_BOUND_IF 0x00004000 /* bind socket to an interface */ macro
H A Draw_ip.c396 if (inp->inp_flags & INP_BOUND_IF) {
H A Dtcp_input.c1635 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF))
1822 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ?
1978 * Inherit INP_BOUND_IF from listener; testing if
1984 inp->inp_flags |= INP_BOUND_IF;
1987 inp->inp_flags &= ~INP_BOUND_IF;
H A Dtcp_subr.c2186 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
2281 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Dtcp_timer.c957 if (tp->t_inpcb->inp_flags & INP_BOUND_IF)
H A Dtcp_output.c2205 if (inp->inp_flags & INP_BOUND_IF) {
H A Dudp_usrreq.c1362 (inp->inp_flags & INP_BOUND_IF)) {
1454 * set via INP_BOUND_IF.
1480 * the scope set via INP_BOUND_IF.
H A Din.c2448 if (inp->inp_flags & INP_BOUND_IF)
H A Din_mcast.c2035 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF))
H A Dip_output.c2727 if (inp->inp_flags & INP_BOUND_IF)
H A Dmptcp_subr.c2762 if (inp->inp_flags & INP_BOUND_IF)

Completed in 295 milliseconds