Searched refs:num_sockets (Results 1 – 2 of 2) sorted by relevance
133 static size_t num_sockets = 0; variable1835 if(MAX_SOCKETS == num_sockets) { in accept_connection()1888 all_sockets[num_sockets] = msgsock; in accept_connection()1889 num_sockets += 1; in accept_connection()2127 num_sockets = 1; in main()2266 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) { in main()2270 char *end = (char *) (all_sockets + num_sockets); in main()2272 num_sockets -= 1; in main()2283 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) { in main()2322 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx) { in main()[all …]
387 int num_sockets; /* number of nodes in the monitor list */ member