Lines Matching refs:so_check_fd
65 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()
722 if ((sock_id = so_check_fd(fd, &errno)) == -1) in connect()
805 if ((sock_id = so_check_fd(s, &errno)) == -1) { in recvfrom()
1000 if ((sock_id = so_check_fd(s, &errno)) == -1) { in sendto()