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

/bind-9.11.3/lib/dns/
H A Dstats.c52 rdtypecounter_max = 258, enumerator in enum:__anon196
54 rdtypenxcounter_max = rdtypecounter_max * 2,
172 return (create_stats(mctx, dns_statstype_rdtype, rdtypecounter_max,
246 counter += rdtypecounter_max;
354 if (counter < rdtypecounter_max) {
358 counter -= rdtypecounter_max;
365 } else if (counter < rdtypecounter_stale + rdtypecounter_max) {
371 counter -= rdtypecounter_stale + rdtypecounter_max;

Completed in 12 milliseconds