Searched refs:remotesock (Results 1 – 1 of 1) sorted by relevance
1004 int remotesock; in main_loop_s() local1022 remotesock = accept(listensock, (struct sockaddr *)&ss, &salen); in main_loop_s()1023 if (remotesock >= 0) { in main_loop_s()1026 check_getpeername(remotesock, &ss, salen); in main_loop_s()1034 SOCK_TEST_TCPULP(remotesock, 0); in main_loop_s()1036 copyfd_io(fd, remotesock, 1, true); in main_loop_s()