Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dsocketvar.h812 extern int sooptcopyin_bindtodevice(struct sockopt *sopt, char * __sized_by(bufsize) buf, size_t bu…
/xnu-11215.81.4/bsd/netinet/
H A Dip_output.c2330 error = sooptcopyin_bindtodevice(sopt, namebuf, sizeof(namebuf)); in ip_ctloutput()
/xnu-11215.81.4/bsd/netinet6/
H A Dip6_output.c3084 error = sooptcopyin_bindtodevice(sopt, namebuf, sizeof(namebuf)); in ip6_ctloutput()
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket.c4761 sooptcopyin_bindtodevice(struct sockopt *sopt, char * __sized_by(bufsize) buf, size_t bufsize) in sooptcopyin_bindtodevice() function