Lines Matching defs:DNS_STATS_VALID
25 #define DNS_STATS_VALID(x) ISC_MAGIC_VALID(x, DNS_STATS_MAGIC)
90 REQUIRE(DNS_STATS_VALID(stats));
104 REQUIRE(statsp != NULL && DNS_STATS_VALID(*statsp));
204 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_general);
213 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rdtype);
267 REQUIRE(DNS_STATS_VALID(stats) &&
276 REQUIRE(DNS_STATS_VALID(stats) &&
284 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_opcode);
291 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rcode);
304 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_general);
342 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rdtype);
390 REQUIRE(DNS_STATS_VALID(stats) &&
418 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_opcode);
431 REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rcode);