Searched refs:tcp6_connect (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 129 static int tcp6_connect(struct tcpcb *, struct sockaddr *, 728 if ((error = tcp6_connect(tp, nam, td)) != 0) in tcp6_usr_connect() 1210 error = tcp6_connect(tp, nam, td); in tcp_usr_send() 1297 error = tcp6_connect(tp, nam, td); in tcp_usr_send() 1712 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) in tcp6_connect() function
|