Searched refs:num_sockets (Results 1 – 2 of 2) sorted by relevance
134 static size_t num_sockets = 0; variable1720 if(MAX_SOCKETS == num_sockets) { in accept_connection()1773 all_sockets[num_sockets] = msgsock; in accept_connection()1774 num_sockets += 1; in accept_connection()2022 num_sockets = 1; in main()2212 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2216 char *end = (char *) (all_sockets + num_sockets); in main()2218 num_sockets -= 1; in main()2229 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2273 for(socket_idx = 1; (socket_idx < num_sockets) && active; ++socket_idx) { in main()[all …]
310 int num_sockets; /* number of nodes in the monitor list */ member