Home
last modified time | relevance | path

Searched refs:inp_bindif (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.h826 extern int inp_bindif(struct inpcb *, unsigned int, struct ifnet **);
H A Din_pcb.c3051 inp_bindif(struct inpcb *inp, unsigned int ifscope, struct ifnet **pifp) in inp_bindif() function
3632 inp_bindif(inp, necp_socket_get_rescope_if_index(inp), NULL); in inp_update_necp_policy()
H A Dtcp_usrreq.c559 (error = inp_bindif(inp, ifscope, NULL)) != 0) { in tcp_usr_connectx_common()
H A Dudp_usrreq.c2325 (error = inp_bindif(inp, ifscope, NULL)) != 0) { in udp_connectx_common()
H A Dip_output.c2517 error = inp_bindif(inp, optval, NULL); in ip_ctloutput()
H A Dflow_divert.c2215 error = inp_bindif(inp, out_if_index, &new_ifp); in flow_divert_scope()
/xnu-8019.80.24/bsd/netinet6/
H A Dip6_output.c2793 error = inp_bindif(in6p, optval, NULL); in ip6_ctloutput()