Searched defs:timeouts (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c245 unsigned int timeouts; member in struct:dns_adbentry
1824 e->timeouts = 0;
4247 addr->entry->timeouts++;
4257 tr = (double) addr->entry->timeouts / addr->entry->completed;
4258 addr->entry->timeouts = addr->entry->completed = 0;
H A Dresolver.c186 * This defines the maximum number of timeouts we will permit before we
320 * The number of timeouts that have occurred since we
324 unsigned int timeouts; member in struct:fetchctx
2279 if (fctx->timeouts > (MAX_EDNS0_TIMEOUTS * 2) &&
2317 fctx->timeouts);
3931 fctx->timeouts++;
4316 fctx->timeouts = 0;
7729 fctx->timeouts = 0;
9670 fctx->querysent, fctx->timeouts,

Completed in 46 milliseconds