Searched refs:max_sock (Results 1 – 1 of 1) sorted by relevance
60 int max_sock; member92 dispr->max_sock = -1; in dispatcher_init()110 if (sock > dispr->max_sock) { in dispatcher_add()111 dispr->max_sock = sock; in dispatcher_add()114 sock, dispr->max_sock); in dispatcher_add()144 int rc = select(dispr->max_sock + 1, &fdset, 0, 0, &tv); in dispatcher_wait()158 for (sock = 0; sock < dispr->max_sock + 1; sock++) { in dispatcher_wait()