Home
last modified time | relevance | path

Searched refs:INP_BOUND_IF (Results 1 – 25 of 25) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py161 INP_BOUND_IF = 0x4000 variable
H A Dnet.py1464 if (pcb.inp_flags & INP_BOUND_IF):
1526 if (pcb.inp_flags & INP_BOUND_IF):
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c362 if (tp->t_inpcb->inp_flags & INP_BOUND_IF) { in syncookie_respond()
H A Din_pcb.h808 #define INP_BOUND_IF 0x00004000 /* bind socket to an interface */ macro
H A Din_pcb.c1594 if (ifscope == IFSCOPE_NONE && (inp->inp_flags & INP_BOUND_IF)) { in in_pcbladdr()
3204 inp->inp_flags &= ~INP_BOUND_IF; in inp_bindif_common()
3206 inp->inp_flags |= INP_BOUND_IF; in inp_bindif_common()
4067 if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp == ifp) { in _inp_restricted_recv()
H A Draw_ip.c491 if (inp->inp_flags & INP_BOUND_IF) { in rip_output()
H A Dip_output.c2668 if (inp->inp_flags & INP_BOUND_IF) { in ip_ctloutput()
2782 if (inp->inp_flags & INP_BOUND_IF) { in ip_ctloutput()
H A Dtcp_input.c2258 head_ifscope = (oinp->inp_flags & INP_BOUND_IF) ? in tcp_create_server_socket()
2387 inp->inp_flags |= INP_BOUND_IF; in tcp_create_server_socket()
2390 inp->inp_flags &= ~INP_BOUND_IF; in tcp_create_server_socket()
3040 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF)) { in tcp_input()
H A Dtcp_subr.c3275 ifscope = (inp->inp_flags & INP_BOUND_IF) ? in tcp_rtlookup()
3379 ifscope = (inp->inp_flags & INP_BOUND_IF) ? in tcp_rtlookup6()
3775 if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp != NULL && in tcp_set_tso()
H A Din.c2096 if (inp->inp_flags & INP_BOUND_IF) { in in_getconninfo()
H A Dtcp_timer.c1003 if (tp->t_inpcb->inp_flags & INP_BOUND_IF) { in tcp_send_keep_alive()
H A Din_mcast.c2059 if (inp != NULL && (inp->inp_flags & INP_BOUND_IF)) { in inp_lookup_mcast_ifp()
H A Dudp_usrreq.c1714 (inp->inp_flags & INP_BOUND_IF)) { in udp_output()
H A Dtcp_output.c3551 if (inp->inp_flags & INP_BOUND_IF) { in tcp_ip_output()
H A Dflow_divert.c1362 if ((inp->inp_flags & INP_BOUND_IF) || in flow_divert_create_connect_packet()
H A Dmptcp_subr.c4362 if (inp->inp_flags & INP_BOUND_IF) { in mptcp_subflow_mustrst_ev()
/xnu-12377.41.6/bsd/netinet6/
H A Draw_ip6.c482 if (in6p->inp_flags & INP_BOUND_IF) { in rip6_output()
1187 ifscope = (inp->inp_flags & INP_BOUND_IF) ? in rip6_connect()
H A Dudp6_output.c202 if (in6p->inp_flags & INP_BOUND_IF) { in udp6_output()
H A Din6_pcb.c663 ifscope = (inp->inp_flags & INP_BOUND_IF) ? in in6_pcbladdr()
H A Dip6_output.c3100 if (in6p->inp_flags & INP_BOUND_IF) { in ip6_ctloutput()
3141 if (in6p->inp_flags & INP_BOUND_IF) { in ip6_ctloutput()
H A Din6_mcast.c1939 if (in6p != NULL && (in6p->inp_flags & INP_BOUND_IF)) { in in6p_lookup_mcast_ifp()
H A Din6.c4342 if (in6p->in6p_flags & INP_BOUND_IF) { in in6_getconninfo()
/xnu-12377.41.6/bsd/kern/
H A Dkpi_socketfilter.c143 if ((inp->inp_flags & INP_BOUND_IF) && in sflt_permission_check()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c9941 if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp) { in necp_socket_fillout_info_locked()
10552 inp->inp_flags &= ~INP_BOUND_IF; in necp_unscope()
10561 inp->inp_flags &= ~INP_BOUND_IF; in necp_clear_tunnel()
13655 (inp->inp_flags & INP_BOUND_IF) && in necp_socket_get_effective_mtu()
13816 …if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp && (inp->inp_boundifp->if_flags & IFF_LOO… in necp_is_loopback()
13867 if ((inp->inp_flags & INP_BOUND_IF) && in necp_is_intcoproc()
H A Dnecp_client.c4101 if ((inp->inp_flags & INP_BOUND_IF) && inp->inp_boundifp) { in necp_client_assign_from_socket()