Searched defs:tcp_connect (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c44 tcp_connect(int arg) function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c55 static int tcp_connect(sock_lower_handle_t, const struct sockaddr *,
78 tcp_connect,
276 tcp_connect(sock_lower_handle_t proto_handle, const struct sockaddr *sa, function
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c170 static int tcp_connect(http_conn_t *, const char *, uint16_t);
724 c_id->fd = tcp_connect(c_id, CONN_HOSTNAME, CONN_PORT);
732 (c_id->proxied) ? "proxy_connect" : "tcp_connect",
1960 * tcp_connect - Set up a TCP connection.
1962 * sock = tcp_connect(c_id, hostname, port);
1978 tcp_connect(http_conn_t *c_id, const char *hostname, uint16_t port) function
2094 if ((sock = tcp_connect(c_id, CONN_PROXY_HOSTNAME,
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1260 tcp_connect(int sock_id) function
1407 TCP_DUMP_PACKET("tcp_connect", syn_mp);

Completed in 129 milliseconds