Searched refs:new_sock (Results 1 – 1 of 1) sorted by relevance
199 int new_sock; in nca_bind() local241 new_sock = real_socket(AF_NCA, SOCK_STREAM, 0); in nca_bind()242 if (new_sock >= 0) { in nca_bind()243 (void) dup2(new_sock, sock); in nca_bind()244 (void) close(new_sock); in nca_bind()