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

  /src/external/mpl/bind/dist/bin/tests/system/upforwd/ans4/
ans.py 14 from isctest.asyncserver import AsyncDnsServer, IgnoreAllQueries
19 server.install_response_handler(IgnoreAllQueries())
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans4/
ans.py 12 from isctest.asyncserver import AsyncDnsServer, IgnoreAllQueries
17 server.install_response_handler(IgnoreAllQueries())
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans10/
ans.py 12 from isctest.asyncserver import AsyncDnsServer, IgnoreAllQueries
17 server.install_response_handler(IgnoreAllQueries())
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ans4/
ans.py 12 from isctest.asyncserver import AsyncDnsServer, IgnoreAllConnections, IgnoreAllQueries
18 server.install_response_handler(IgnoreAllQueries())
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/
ans.py 21 IgnoreAllQueries,
28 class SilentHandler(DomainHandler, IgnoreAllQueries):
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ans4/
ans.py 23 IgnoreAllQueries,
30 class FooInfoHandler(QnameHandler, IgnoreAllQueries):
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/
ans.py 25 IgnoreAllQueries,
99 class NoResponseExampleUdpHandler(QnameHandler, IgnoreAllQueries):
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
ans.py 24 IgnoreAllQueries,
132 class NoresponseHandler(QnameHandler, IgnoreAllQueries):
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 589 class IgnoreAllQueries(ResponseHandler):
1728 self._current_handler: IgnoreAllQueries | None = None
1743 self._current_handler = IgnoreAllQueries()

Completed in 17 milliseconds