Searched refs:tcp_usr_connectx_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_usrreq.c | 684 tcp_usr_connectx_common(struct socket *so, int af, in tcp_usr_connectx_common() function 789 return tcp_usr_connectx_common(so, AF_INET, src, dst, p, ifscope, aid, in tcp_usr_connectx() 850 return tcp_usr_connectx_common(so, AF_INET6, src, dst, p, ifscope, aid, in tcp6_usr_connectx()
|