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

/bind-9.11.3/bin/named/include/named/
H A Dquery.h36 unsigned int restarts; member in struct:ns_query
/bind-9.11.3/lib/dns/
H A Dlookup.c44 unsigned int restarts; member in struct:dns_lookup
193 lookup->restarts++;
325 * Limit the number of restarts.
327 if (want_restart && lookup->restarts == MAX_RESTARTS) {
424 lookup->restarts = 0;
H A Dclient.c132 unsigned int restarts; member in struct:resctx
846 rctx->restarts++;
1125 * Limit the number of restarts.
1127 if (want_restart && rctx->restarts == MAX_RESTARTS) {
1399 rctx->restarts = 0;
H A Dresolver.c317 unsigned int restarts; member in struct:fetchctx
1593 if (fctx->restarts < 3)
1596 us = (800000 << (fctx->restarts - 2));
3231 fctx->restarts++;
3232 if (fctx->restarts > 100) {
3233 FCTXTRACE("too many restarts");
3343 if (fctx->restarts == 1) {
3352 * if fctx->restarts > 1, we've clearly been having trouble
4312 fctx->restarts = 0;
8456 * has not experienced any restarts ye
[all...]
/bind-9.11.3/bin/named/
H A Dquery.c438 if (client->query.restarts > 0) {
449 client->query.restarts = 0;
682 client->query.restarts = 0;
6647 "client attr:0x%x, query attr:0x%X, restarts:%d, "
6651 client->query.restarts, qbuf,
6997 if (event == NULL && client->query.restarts == 0) {
8831 client->query.restarts == 0) {
8977 if (client->query.restarts == 0 && !authoritative) {
8988 if (want_restart && client->query.restarts < MAX_RESTARTS) {
8989 client->query.restarts
[all...]
H A Dclient.c3919 if (client->query.restarts > 0) {

Completed in 88 milliseconds