Searched refs:sock_fds (Results 1 – 1 of 1) sorted by relevance
774 int sock_fds[2]; in socketpair() local792 sock_fds[0] = dfs_net_getsocket(fds[0]); in socketpair()793 sock_fds[1] = dfs_net_getsocket(fds[1]); in socketpair()795 ret = sal_socketpair(domain, type, protocol, sock_fds); in socketpair()
Completed in 5 milliseconds