Home | History | Annotate | Download | only in server

Lines Matching refs:num_sockets

130 static size_t num_sockets = 0;
1801 if(MAX_SOCKETS == num_sockets) {
1854 all_sockets[num_sockets] = msgsock;
1855 num_sockets += 1;
2093 num_sockets = 1;
2232 for(socket_idx = num_sockets - 1; socket_idx >= 1; --socket_idx) {
2236 char *end = (char *) (all_sockets + num_sockets);
2238 num_sockets -= 1;
2249 for(socket_idx = 0; socket_idx < num_sockets; ++socket_idx) {
2288 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx) {
2341 for(socket_idx = 1; socket_idx < num_sockets; ++socket_idx)