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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dstats.c57 rdtypecounter_max = 258, enumerator in enum:__anon213
59 rdtypenxcounter_max = rdtypecounter_max * 2,
170 return (create_stats(mctx, dns_statstype_rdtype, rdtypecounter_max,
179 (rdtypecounter_max * 2) + 1, statsp));
236 counter += rdtypecounter_max;
325 if (counter < rdtypecounter_max) {
329 dump_rdentry(counter - rdtypecounter_max, value,

Completed in 89 milliseconds