Home
last modified time | relevance | path

Searched refs:so_check_fd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c65 so_check_fd(int fd, int *errno) in so_check_fd() function
159 if ((i = so_check_fd(s, &errno)) == -1) in getsockname()
187 if ((i = so_check_fd(s, &errno)) == -1) in getsockopt()
309 if ((i = so_check_fd(s, &errno)) == -1) in setsockopt()
412 if ((sock_id = so_check_fd(s, &errno)) == -1) in shutdown()
477 if ((sock_id = so_check_fd(s, &errno)) == -1) in socket_close()
584 if ((i = so_check_fd(s, &errno)) == -1) in bind()
676 if ((sock_id = so_check_fd(fd, &errno)) == -1) in listen()
697 if ((sock_id = so_check_fd(fd, &errno)) == -1) in accept()
710 sock_id = so_check_fd(new_sd, &errno); in accept()
[all …]
H A Dsocket_impl.h154 extern int so_check_fd(int, int *);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1095 if ((new_sock_id = so_check_fd(sd, &errno)) == -1) in tcp_accept()