Searched refs:tcp_do_connect (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 584 extern int tcp_do_connect(conn_t *, const struct sockaddr *, socklen_t,
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 301 error = tcp_do_connect(connp, sa, len, cr, curproc->p_pid); in tcp_connect()
|
H A D | tcp_tpi.c | 718 error = tcp_do_connect(tcp->tcp_connp, sa, len, cr, cpid); in tcp_tpi_connect()
|
H A D | tcp.c | 4079 tcp_do_connect(conn_t *connp, const struct sockaddr *sa, socklen_t len, in tcp_do_connect() function
|