Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_usrreq.c517 tcp_usr_connect_common(struct socket *so, struct tcpcb *tp, struct sockaddr *nam, in tcp_usr_connect_common() function
664 error = tcp_usr_connect_common(so, tp, nam, p, false, true); in tcp_usr_connect()
826 error = tcp_usr_connect_common(so, tp, nam, p, true, true); in tcp6_usr_connect()
1075 error = tcp_usr_connect_common(so, tp, nam, p, isipv6, false); in tcp_send_implied_connect()