Searched refs:tcp_accept (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 84 tcp_accept(int arg0, struct sockaddr *arg1, socklen_t *arg2) in tcp_accept() function
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 301 extern int tcp_accept(int, struct sockaddr *, socklen_t *);
|
H A D | tcp.c | 1050 tcp_accept(int sock_id, struct sockaddr *addr, socklen_t *addr_len) in tcp_accept() function
|
/titanic_44/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, in tcp_accept() function
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_comm.c | 302 if ((ns = tcp_accept(server_socket, &ipaddr)) < 0) { in ndmp_run() 1394 tcp_accept(int listen_sock, unsigned int *inaddr_p) in tcp_accept() function
|
H A D | ndmpd.h | 1013 extern int tcp_accept(int, unsigned int *);
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket.c | 709 if ((new_sd = tcp_accept(sock_id, addr, addr_len)) == -1) in accept()
|