Searched refs:active_fds (Results 1 – 2 of 2) sorted by relevance
344 fd_set active_fds; /* list of the active file descriptor */ in main() local351 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()
404 fd_set active_fds; /* list of the active file descriptor */ in handle_client() local416 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()