Searched refs:so_check_fd (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/stand/lib/sock/ |
H A D | socket.c | 67 so_check_fd(int fd, int *errno) in so_check_fd() function 161 if ((i = so_check_fd(s, &errno)) == -1) in getsockname() 189 if ((i = so_check_fd(s, &errno)) == -1) in getsockopt() 310 if ((i = so_check_fd(s, &errno)) == -1) in setsockopt() 413 if ((sock_id = so_check_fd(s, &errno)) == -1) in shutdown() 478 if ((sock_id = so_check_fd(s, &errno)) == -1) in socket_close() 585 if ((i = so_check_fd(s, &errno)) == -1) in bind() 677 if ((sock_id = so_check_fd(fd, &errno)) == -1) in listen() 698 if ((sock_id = so_check_fd(fd, &errno)) == -1) in accept() 711 sock_id = so_check_fd(new_sd, &errno); in accept() [all …]
|
H A D | socket_impl.h | 154 extern int so_check_fd(int, int *);
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1096 if ((new_sock_id = so_check_fd(sd, &errno)) == -1) in tcp_accept()
|