Searched refs:tcp_connect (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/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-src/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-src/sys/netinet/ |
H A D | tcp_usrreq.c | 117 static int tcp_connect(struct tcpcb *, struct sockaddr_in *, 530 if ((error = tcp_connect(tp, sinp, td)) != 0) in tcp_usr_connect() 629 if ((error = tcp_connect(tp, &sin, td)) != 0) in tcp6_usr_connect() 1082 error = tcp_connect(tp, sinp, td); in tcp_usr_send() 1085 * The bind operation in tcp_connect succeeded. We in tcp_usr_send() 1173 error = tcp_connect(tp, sinp, td); in tcp_usr_send() 1176 * The bind operation in tcp_connect succeeded. We in tcp_usr_send() 1465 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) in tcp_connect() 1459 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) tcp_connect() function
|
/freebsd-src/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() 1105 error = tcp_connect(qp, na, qparams->admin); in tcp_free_qpair() 953 tcp_connect(struct nvmf_tcp_qpair *qp, struct nvmf_association *na, bool admin) tcp_connect() function
|