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

/bind-9.11.3/lib/dns/
H A Dstats.c32 dns_statstype_rdtype = 1, enumerator in enum:__anon195
172 return (create_stats(mctx, dns_statstype_rdtype, rdtypecounter_max,
213 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rdtype);
342 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rdtype);

Completed in 17 milliseconds