Searched refs:udp_connectx_common (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | udp_var.h | 170 extern int udp_connectx_common(struct socket *, int, struct sockaddr *,
|
| H A D | udp_usrreq.c | 2319 udp_connectx_common(struct socket *so, int af, struct sockaddr *src, struct sockaddr *dst, in udp_connectx_common() function 2416 return udp_connectx_common(so, AF_INET, src, dst, in udp_connectx()
|
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 1017 return udp_connectx_common(so, AF_INET6, src, dst, in udp6_connectx()
|