HomeSort by relevance Sort by last modified time
    Searched full:current_connection (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpserver.c 75 size_t current_connection; /* number of the current connection */ member in struct:server_info
171 while (info_p->current_connection) {
178 --info_p->current_connection;
387 info_p->current_connection = 0;
490 ++info_p->current_connection;
493 current_connection) {
496 current_connection;
518 if (info_p->current_connection == 0)

Completed in 60 milliseconds