Searched defs:tcp_accept (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 84 tcp_accept(int arg0, struct sockaddr *arg1, socklen_t *arg2) function
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 50 static int tcp_accept(sock_lower_handle_t, sock_lower_handle_t, 75 tcp_accept, 131 tcp_accept(sock_lower_handle_t lproto_handle, function 156 * tcp_newconn_notify and tcp_accept require that conn_upper_handle 1149 * tcp_accept() call will be made for the eager if the
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_comm.c | 302 if ((ns = tcp_accept(server_socket, &ipaddr)) < 0) { 303 NDMP_LOG(LOG_DEBUG, "tcp_accept error: %m"); 1381 * tcp_accept 1394 tcp_accept(int listen_sock, unsigned int *inaddr_p) function
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1050 tcp_accept(int sock_id, struct sockaddr *addr, socklen_t *addr_len) function 1074 printf("tcp_accept: Waiting in tcp_accept()\n"); 1083 printf("tcp_accept: timeout\n"); 1089 printf("tcp_accept: got a connection\n"); 1098 prom_panic("so_check_fd() fails in tcp_accept()"); 1117 printf("tcp_accept(), new sock_id: %d\n", sd); 4108 * tcp_accept/tcp_rput drains this when the accept happens.
|
Completed in 277 milliseconds