Searched refs:MAX_CLIENTS (Results 1 – 1 of 1) sorted by relevance
46 #define MAX_CLIENTS 256 macro51 struct pollfd poll_fds[MAX_CLIENTS];52 struct client *clients[MAX_CLIENTS];86 clientshash = _hash_init(MAX_CLIENTS); in daemon_init()158 if(nr_poll_fds == MAX_CLIENTS) { in daemon_add_client()209 if(nr_poll_fds == MAX_CLIENTS - 1) { in daemon_remove_client()