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