HomeSort by: relevance | last modified time | path
    Searched refs:QueryContext (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ans10/
ans.py 20 QueryContext,
26 def match(self, qctx: QueryContext) -> bool:
30 self, qctx: QueryContext
44 def match(self, qctx: QueryContext) -> bool:
48 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ans5/
ans.py 23 QueryContext,
30 def match(self, qctx: QueryContext) -> bool:
34 self, qctx: QueryContext
44 def match(self, qctx: QueryContext) -> bool:
48 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/cookie/
cookie_ans.py 25 QueryContext,
39 def _first_label(qctx: QueryContext) -> str:
43 def _add_cookie(qctx: QueryContext) -> None:
54 def _tld(qctx: QueryContext) -> dns.name.Name:
58 def _soa(qctx: QueryContext) -> dns.rrset.RRset:
64 def _ns_name(qctx: QueryContext) -> dns.name.Name:
68 def _ns(qctx: QueryContext) -> dns.rrset.RRset:
78 def _legit_a(qctx: QueryContext) -> dns.rrset.RRset:
82 def _spoofed_a(qctx: QueryContext) -> dns.rrset.RRset:
94 def match(self, qctx: QueryContext) -> bool
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dispatch/ans4/
ans.py 18 QueryContext,
27 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/ans4/
sibling_ds_ans.py 28 QueryContext,
39 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/qmin/
qmin_ans.py 24 QueryContext,
29 def log_query(qctx: QueryContext) -> None:
51 self, qctx: QueryContext
71 self, qctx: QueryContext
101 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/
ans.py 20 QueryContext,
27 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/
ans.py 22 QueryContext,
30 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/tsig/ans2/
ans.py 21 QueryContext,
33 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/fwdfirst/ans3/
ans.py 23 QueryContext,
31 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.py 18 from isctest.asyncserver import AsyncDnsServer, DnsResponseSend, QueryContext
25 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
ans.py 20 QueryContext,
28 def match(self, qctx: QueryContext) -> bool:
32 self, qctx: QueryContext
42 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/
ans.py 22 QueryContext,
40 self, qctx: QueryContext
52 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/mismatchtcp/ans2/
ans.py 29 QueryContext,
46 def match(self, qctx: QueryContext) -> bool:
50 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.py 21 QueryContext,
39 def match(self, qctx: QueryContext) -> bool:
43 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans2/
ans.py 26 QueryContext,
78 def match(self, qctx: QueryContext) -> bool:
82 self, qctx: QueryContext
98 def match(self, qctx: QueryContext) -> bool:
102 self, qctx: QueryContext
121 def match(self, qctx: QueryContext) -> bool:
125 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans4/
ans.py 26 QueryContext,
78 def match(self, qctx: QueryContext) -> bool:
82 self, qctx: QueryContext
98 def match(self, qctx: QueryContext) -> bool:
102 self, qctx: QueryContext
121 def match(self, qctx: QueryContext) -> bool:
125 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans5/
ans.py 30 QueryContext,
50 def match(self, qctx: QueryContext) -> bool:
53 def _on_query_received(self, qctx: QueryContext) -> None:
58 self, qctx: QueryContext, response_action: ResponseAction
64 self, qctx: QueryContext
93 def _on_query_received(self, qctx: QueryContext) -> None:
104 self, qctx: QueryContext, response_action: ResponseAction
123 def _on_query_received(self, qctx: QueryContext) -> None:
127 self, qctx: QueryContext, response_action: ResponseAction
147 def _on_query_received(self, qctx: QueryContext) -> None
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
ans.py 30 QueryContext,
53 self, qctx: QueryContext
67 def match(self, qctx: QueryContext) -> bool:
72 def match(self, qctx: QueryContext) -> bool:
76 self, qctx: QueryContext
98 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/resend_loop/ans3/
ans.py 26 QueryContext,
50 def _get_cookie(self, qctx: QueryContext) -> dns.edns.CookieOption | None:
60 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/
ans.py 19 from isctest.asyncserver import DnsResponseSend, QueryContext, ResponseAction
32 self, qctx: QueryContext
58 self, qctx: QueryContext
80 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans1/
ans.py 19 from isctest.asyncserver import DnsResponseSend, QueryContext, ResponseAction
32 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/fetchlimit/ans4/
ans.py 23 QueryContext,
31 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/forward/ans11/
ans.py 23 QueryContext,
37 self, qctx: QueryContext
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ans4/
ans.py 25 QueryContext,
36 self, qctx: QueryContext

Completed in 25 milliseconds

1 2 3