Lines Matching defs:rpz_num
1244 dns_name_t *cname, dns_rpz_num_t rpz_num) {
1276 if ((st->popt.no_log & DNS_RPZ_ZBIT(rpz_num)) != 0) {
3710 dns_rpz_num_t rpz_num;
3738 rpz_num = dns_rpz_find_ip(rpzs, rpz_type, zbits, netaddr,
3740 if (rpz_num == DNS_RPZ_INVALID_NUM) {
3743 zbits &= (DNS_RPZ_ZMASK(rpz_num) >> 1);
3751 rpz = rpzs->zones[rpz_num];
3837 p_name, NULL, rpz_num);
4039 dns_rpz_num_t rpz_num;
4094 for (rpz_num = 0; zbits != 0; ++rpz_num, zbits >>= 1) {
4103 rpz = rpzs->zones[rpz_num];
4177 p_name, NULL, rpz_num);