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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drpz.c561 int ip_labels; local
570 ip_labels = dns_name_countlabels(src_name);
571 ip_labels -= dns_name_countlabels(&cidr->ip_name);
572 ip_labels--;
573 if (ip_labels < 1) {
603 if (ip_labels == 4 && !strchr(cp, 'z')) {
637 ip_labels > 0 && i < DNS_RPZ_CIDR_WORDS * 2;
638 ip_labels--) {
646 } while (ip_labels + i <= 8);

Completed in 93 milliseconds