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

/bind-9.11.3/lib/dns/
H A Dstats.c57 rdtypecounter_stale = rdtypecounter_nxdomain + 1, enumerator in enum:__anon196
58 rdatasettypecounter_max = rdtypecounter_stale * 2
253 counter += rdtypecounter_stale;
259 counter += rdtypecounter_stale;
365 } else if (counter < rdtypecounter_stale + rdtypecounter_max) {
366 counter -= rdtypecounter_stale;
370 } else if (counter < rdtypecounter_stale + rdtypecounter_nxdomain) {
371 counter -= rdtypecounter_stale + rdtypecounter_max;

Completed in 12 milliseconds