Searched refs:restarts (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dquery.h44 unsigned int restarts; member in struct:ns_query
/bind-9.6-ESV-R11/lib/dns/
H A Dlookup.c53 unsigned int restarts; member in struct:dns_lookup
202 lookup->restarts++;
334 * Limit the number of restarts.
336 if (want_restart && lookup->restarts == MAX_RESTARTS) {
432 lookup->restarts = 0;
H A Dresolver.c234 unsigned int restarts; member in struct:fetchctx
1283 if (fctx->restarts < 3)
1286 us = (800000 << (fctx->restarts - 2));
2607 fctx->restarts++;
2608 if (fctx->restarts > 10) {
2609 FCTXTRACE("too many restarts");
2705 if (fctx->restarts == 1) {
2714 * if fctx->restarts > 1, we've clearly been having trouble
3583 fctx->restarts = 0;
6941 * has not experienced any restarts ye
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c305 if (client->query.restarts > 0) {
316 client->query.restarts = 0;
546 client->query.restarts = 0;
3968 if (event == NULL && client->query.restarts == 0) {
4910 if (client->query.restarts == 0 && !authoritative) {
4921 if (want_restart && client->query.restarts < MAX_RESTARTS) {
4922 client->query.restarts++;
H A Dclient.c2764 if (client->query.restarts > 0) {

Completed in 46 milliseconds