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

  /src/external/bsd/libevent/dist/
evdns.c 4398 int v4_timedout = 0, v6_timedout = 0; local
4406 v4_timedout = 1;
4423 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4441 if (!v4_timedout && !v6_timedout) {
evdns.c 4398 int v4_timedout = 0, v6_timedout = 0; local
4406 v4_timedout = 1;
4423 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4441 if (!v4_timedout && !v6_timedout) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 4396 int v4_timedout = 0, v6_timedout = 0; local
4404 v4_timedout = 1;
4421 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4439 if (!v4_timedout && !v6_timedout) {
evdns.c 4396 int v4_timedout = 0, v6_timedout = 0; local
4404 v4_timedout = 1;
4421 EVUTIL_ASSERT(!v4_timedout || !v6_timedout);
4439 if (!v4_timedout && !v6_timedout) {

Completed in 74 milliseconds