Searched refs:tcp_connect (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | proto_tcp.c | 286 tcp_connect(void *ctx, int timeout) in tcp_connect() function 617 .prt_connect = tcp_connect,
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tcp.c | 263 tcp_connect(const char *srcaddr, const char *dstaddr, int timeout, void **ctxp) in tcp_connect() function 702 .prt_connect = tcp_connect,
|
/freebsd/sys/netinet/ |
H A D | tcp_usrreq.c | 117 static int tcp_connect(struct tcpcb *, struct sockaddr_in *, 534 if ((error = tcp_connect(tp, sinp, td)) != 0) in tcp_usr_connect() 633 if ((error = tcp_connect(tp, &sin, td)) != 0) in tcp6_usr_connect() 1086 error = tcp_connect(tp, sinp, td); in tcp_usr_send() 1177 error = tcp_connect(tp, sinp, td); in tcp_usr_send() 1469 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) in tcp_connect() function
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_tcp.c | 962 tcp_connect(struct nvmf_tcp_qpair *qp, struct nvmf_association *na, bool admin) in tcp_connect() function 1105 error = tcp_connect(qp, na, qparams->admin); in tcp_allocate_qpair()
|