Searched defs:tcp_connect (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/stand/lib/tcpstubs/ |
| H A D | tcpstubs.c | 44 tcp_connect(int arg) function
|
| /illumos-gate/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_socket.c | 55 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 D | boot_http.c | 170 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 D | tcp.c | 1260 tcp_connect(int sock_id) function 1407 TCP_DUMP_PACKET("tcp_connect", syn_mp);
|
Completed in 129 milliseconds