HomeSort by: relevance | last modified time | path
    Searched defs:total_connected_or_failed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_dns.c 1066 static int total_connected_or_failed = 0; variable
1208 if (total_n_accepted >= 3 && total_connected_or_failed >= 5)
1242 ++total_connected_or_failed;
1243 TT_BLATHER(("Got %d connections or errors.", total_connected_or_failed));
1250 if (total_n_accepted >= expected && total_connected_or_failed >= 5)
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1064 static int total_connected_or_failed = 0; variable
1206 if (total_n_accepted >= 3 && total_connected_or_failed >= 5)
1240 ++total_connected_or_failed;
1241 TT_BLATHER(("Got %d connections or errors.", total_connected_or_failed));
1248 if (total_n_accepted >= expected && total_connected_or_failed >= 5)

Completed in 40 milliseconds