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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c201 if (in6p->inp_flags & INP_BOUND_IF) {
H A Draw_ip6.c361 if (in6p->inp_flags & INP_BOUND_IF) {
877 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Din6_pcb.c429 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Din6_mcast.c1876 if (in6p != NULL && (in6p->inp_flags & INP_BOUND_IF))
H A Dip6_output.c2496 if (in6p->inp_flags & INP_BOUND_IF)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h212 struct ifnet *inp_boundifp; /* interface for INP_BOUND_IF */
569 #define INP_BOUND_IF 0x4000 /* bind socket to an ifindex */ macro
H A Din_pcb.c740 else if (inp->inp_flags & INP_BOUND_IF)
1989 inp->inp_flags &= ~INP_BOUND_IF;
1991 inp->inp_flags |= INP_BOUND_IF;
H A Draw_ip.c369 if (inp->inp_flags & INP_BOUND_IF) {
H A Dtcp_input.c1491 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF))
1684 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ?
1865 * Inherit INP_BOUND_IF from listener; testing if
1871 inp->inp_flags |= INP_BOUND_IF;
1874 inp->inp_flags &= ~INP_BOUND_IF;
H A Dtcp_timer.c839 if (tp->t_inpcb->inp_flags & INP_BOUND_IF)
H A Dtcp_subr.c2150 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
2233 ifscope = (inp->inp_flags & INP_BOUND_IF) ?
H A Dtcp_output.c2004 if (inp->inp_flags & INP_BOUND_IF) {
H A Dudp_usrreq.c1365 (inp->inp_flags & INP_BOUND_IF)) {
1463 * priority is always given to the scope provided by INP_BOUND_IF.
H A Din_mcast.c2003 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF))
H A Dip_output.c2717 if (inp->inp_flags & INP_BOUND_IF)

Completed in 131 milliseconds