Searched refs:inp_bindtodevice (Results 1 – 4 of 4) sorted by relevance
968 extern int inp_bindtodevice(struct inpcb *, const char *);
2366 …error = inp_bindtodevice(inp, __unsafe_null_terminated_from_indexable(namebuf, namebuf + IFNAMSIZ)… in ip_ctloutput()
3239 inp_bindtodevice(struct inpcb *inp, const char *ifname) in inp_bindtodevice() function
3137 error = inp_bindtodevice(in6p, __unsafe_null_terminated_from_indexable(namebuf)); in ip6_ctloutput()