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

  /src/external/mpl/bind/dist/lib/dns/
name.c 124 if (count > DNS_NAME_LABELLEN) {
204 INSIST(n <= DNS_NAME_LABELLEN);
221 INSIST(n <= DNS_NAME_LABELLEN);
270 INSIST(n <= DNS_NAME_LABELLEN);
328 INSIST(count <= DNS_NAME_LABELLEN);
336 INSIST(count <= DNS_NAME_LABELLEN);
893 if (count >= DNS_NAME_LABELLEN) {
918 if (count >= DNS_NAME_LABELLEN) {
945 if (count >= DNS_NAME_LABELLEN) {
990 INSIST(n2 <= DNS_NAME_LABELLEN);
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
name.h 205 #define DNS_NAME_LABELLEN 63

Completed in 25 milliseconds