Searched refs:tcp6_connect (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | tcp_usrreq.c | 112 static int tcp6_connect(struct tcpcb *, struct sockaddr *, 603 if ((error = tcp6_connect(tp, nam, td)) != 0) in tcp6_usr_connect() 911 error = tcp6_connect(tp, nam, td); in tcp_usr_send() 970 error = tcp6_connect(tp, nam, td); in tcp_usr_send() 1270 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) in tcp6_connect() function
|