Home
last modified time | relevance | path

Searched refs:inp_bindtodevice (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h968 extern int inp_bindtodevice(struct inpcb *, const char *);
H A Dip_output.c2366 …error = inp_bindtodevice(inp, __unsafe_null_terminated_from_indexable(namebuf, namebuf + IFNAMSIZ)… in ip_ctloutput()
H A Din_pcb.c3239 inp_bindtodevice(struct inpcb *inp, const char *ifname) in inp_bindtodevice() function
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c3137 error = inp_bindtodevice(in6p, __unsafe_null_terminated_from_indexable(namebuf)); in ip6_ctloutput()