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

  /src/external/mpl/bind/dist/bin/tests/system/checkds/
tests_checkds.py 59 has_nsec = False
71 has_nsec = True
75 if not has_nsec:
80 return has_nsec and has_rrsig
  /src/external/mpl/bind/dist/lib/dns/
update.c 797 bool has_nsec = false; local
840 0, &has_nsec));
854 has_nsec = true;
860 } while (!has_nsec);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 917 bool has_nsec = false; local
961 0, &has_nsec));
975 has_nsec = true;
981 } while (!has_nsec);

Completed in 26 milliseconds