Searched refs:maxfd (Results 1 – 1 of 1) sorted by relevance
613 int error = 0, maxfd; in filter_wait_for_clients() local618 maxfd = (send_server_fd > recv_server_fd) ? send_server_fd : in filter_wait_for_clients()630 error = select(maxfd + 1, &server_fds, NULL, NULL, NULL); in filter_wait_for_clients()832 int maxfd; in filter_loop() local836 maxfd = (send_client_fd > recv_client_fd) ? send_client_fd : in filter_loop()845 if (select(maxfd + 1, &client_fds, NULL, NULL, NULL) < 0) { in filter_loop()