Searched refs:failed_times (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c215 int failed_times; /* number of times which we have given this server a chance */ member in struct:nameserver
458 /* it has come back to life) times out. We increment the count of failed_times */
471 &global_nameserver_timeouts[MIN(ns->failed_times,
473 ns->failed_times++;
501 ns->failed_times = 1;
539 ns->failed_times = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c223 int failed_times; /* number of times which we have given this server a chance */ member in struct:nameserver
509 /* it has come back to life) times out. We increment the count of failed_times */
529 for (i=ns->failed_times; i > 0 && timeout.tv_sec < MAX_PROBE_TIMEOUT; --i) {
542 ns->failed_times++;
581 ns->failed_times = 1;
632 ns->failed_times = 0;

Completed in 163 milliseconds