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

  /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)
  /src/external/mpl/bind/dist/lib/dns/
validator.c 865 unsigned int clabels; local
870 clabels = dns_name_countlabels(closest);
873 * clabels will not be zero. We then need
878 if (clabels == 0 ||
879 dns_name_countlabels(wild) == clabels + 1)

Completed in 49 milliseconds