Searched refs:active_fds (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
H A Dns-udpserver.c344 fd_set active_fds; /* list of the active file descriptor */ local
351 active_fds = read_fds;
355 select_ret = select(max_read_fd + 1, &active_fds,
365 if (FD_ISSET(sock_fd, &active_fds))
H A Dns-tcpserver.c404 fd_set active_fds; /* list of the active file descriptor */ local
416 active_fds = read_fds;
421 &active_fds, NULL, NULL,
439 if (FD_ISSET(info_p->listen_sd, &active_fds)) {

Completed in 52 milliseconds