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

  /src/external/mpl/bind/dist/bin/tests/system/hooks/
tests_async_plugin.py 18 # the test-async plugin changes the status of any positive answer to NOTIMP
19 isctest.check.notimp(res)
  /src/external/mpl/bind/dist/bin/tests/system/class/
tests_class_chaos.py 48 isctest.check.notimp(res)
tests_class_update.py 97 isctest.check.notimp(res)
106 isctest.check.notimp(res)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 37 def notimp(message: dns.message.Message) -> None: function
38 rcode(message, dns.rcode.NOTIMP)
  /src/external/mpl/bind/dist/lib/ns/
client.c 1791 bool notimp; local
1984 notimp = false;
1988 notimp = true;
2019 * Are returning NOTIMP to all EDNS queries?
2066 if (notimp) {
2076 ns_client_error(client, notimp ? DNS_R_NOTIMP : DNS_R_FORMERR);

Completed in 22 milliseconds