Home
last modified time | relevance | path

Searched refs:udp_connectx_common (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dudp_var.h189 extern int udp_connectx_common(struct socket *, int, struct sockaddr *,
H A Dudp_usrreq.c2446 udp_connectx_common(struct socket *so, int af, struct sockaddr *src, struct sockaddr *dst, in udp_connectx_common() function
2543 return udp_connectx_common(so, AF_INET, src, dst, in udp_connectx()
/xnu-12377.61.12/bsd/netinet6/
H A Dudp6_usrreq.c1075 return udp_connectx_common(so, AF_INET6, src, dst, in udp6_connectx()