HomeSort by: relevance | last modified time | path
    Searched defs:clabels (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
validator.c 832 unsigned int clabels; local
837 clabels = dns_name_countlabels(closest);
840 * clabels will not be zero. We then need
845 if (clabels == 0 ||
846 dns_name_countlabels(wild) == clabels + 1)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c 900 unsigned int clabels; local
905 clabels = dns_name_countlabels(closest);
908 * clabels will not be zero. We then need
913 if (clabels == 0 ||
914 dns_name_countlabels(wild) == clabels + 1)

Completed in 26 milliseconds