Searched refs:num_sockets (Results 1 – 2 of 2) sorted by relevance
130 static size_t num_sockets = 0; variable1795 if(MAX_SOCKETS == num_sockets) { in accept_connection()1848 all_sockets[num_sockets] = msgsock; in accept_connection()1849 num_sockets += 1; in accept_connection()2087 num_sockets = 1; in main()2226 for (socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2230 char* end = (char *) (all_sockets + num_sockets); in main()2232 num_sockets -= 1; in main()2243 for (socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2282 for (socket_idx = 1; socket_idx < num_sockets; ++socket_idx) { in main()[all …]
415 int num_sockets; /* number of nodes in the monitor list */ member