Home
last modified time | relevance | path

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

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