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

/bind-9.11.3/lib/dns/
H A Dstats.c55 rdtypecounter_nxdomain = rdtypenxcounter_max, enumerator in enum:__anon196
57 rdtypecounter_stale = rdtypecounter_nxdomain + 1,
234 counter = rdtypecounter_nxdomain;
357 } else if (counter < rdtypecounter_nxdomain) {
362 } else if (counter == rdtypecounter_nxdomain) {
370 } else if (counter < rdtypecounter_stale + rdtypecounter_nxdomain) {

Completed in 29 milliseconds