Searched refs:tcp_connect (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 125 static int tcp_connect(struct tcpcb *, struct sockaddr *, 614 if ((error = tcp_connect(tp, nam, td)) != 0) in tcp_usr_connect() 706 if ((error = tcp_connect(tp, (struct sockaddr *)&sin, td)) != 0) in tcp6_usr_connect() 1216 error = tcp_connect(tp, in tcp_usr_send() 1303 error = tcp_connect(tp, in tcp_usr_send() 1590 tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) in tcp_connect() function
|