Searched refs:tcp6_connect (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_usrreq.c103 static int tcp6_connect(struct tcpcb *, struct sockaddr *,
553 if ((error = tcp6_connect(tp, nam, td)) != 0)
847 error = tcp6_connect(tp, nam, td);
906 error = tcp6_connect(tp, nam, td);
1169 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) function

Completed in 45 milliseconds