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

1 2

  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ans10/
ans.py 19 DnsResponseSend,
31 ) -> AsyncGenerator[DnsResponseSend, None]:
40 yield DnsResponseSend(qctx.response)
49 ) -> AsyncGenerator[DnsResponseSend, None]:
55 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/
ans.py 19 DnsResponseSend,
28 ) -> AsyncGenerator[DnsResponseSend, None]:
30 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
ans.py 19 DnsResponseSend,
33 ) -> AsyncGenerator[DnsResponseSend, None]:
37 yield DnsResponseSend(qctx.response, authoritative=False)
43 ) -> AsyncGenerator[DnsResponseSend, None]:
55 yield DnsResponseSend(qctx.response, authoritative=True)
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans9/
ans.py 22 DnsResponseSend,
60 yield DnsResponseSend(soa_message)
71 # response by yielding DnsResponseSend() with a SOA RRset in the
85 yield DnsResponseSend(ns_message)
98 yield DnsResponseSend(txt_message)
101 yield DnsResponseSend(soa_message)
  /src/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/
ans.py 21 DnsResponseSend,
34 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/
ans.py 23 DnsResponseSend,
88 ) -> AsyncGenerator[DnsResponseSend, None]:
96 yield DnsResponseSend(qctx.response, authoritative=True)
116 ) -> AsyncGenerator[DnsResponseSend, None]:
119 yield DnsResponseSend(qctx.response, authoritative=True)
142 ) -> AsyncGenerator[DnsResponseSend, None]:
175 ) -> AsyncGenerator[DnsResponseSend, None]:
177 yield DnsResponseSend(qctx.response, authoritative=False)
  /src/external/mpl/bind/dist/bin/tests/system/qmin/
qmin_ans.py 22 DnsResponseSend,
54 yield DnsResponseSend(qctx.response)
85 yield DnsResponseSend(qctx.response)
104 yield DnsResponseSend(qctx.response, delay=self.delay)
  /src/external/mpl/bind/dist/bin/tests/system/fetchlimit/ans4/
ans.py 22 DnsResponseSend,
32 ) -> AsyncGenerator[DnsResponseSend, None]:
39 yield DnsResponseSend(qctx.response, delay=delay)
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ans5/
ans.py 22 DnsResponseSend,
35 ) -> AsyncGenerator[DnsResponseSend, None]:
40 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ans4/
ans.py 22 DnsResponseSend,
37 ) -> AsyncGenerator[DnsResponseSend, None]:
48 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/zero/ans5/
ans.py 24 DnsResponseSend,
41 ) -> AsyncGenerator[DnsResponseSend, None]:
49 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/
resolver_ans.py 25 DnsResponseSend,
87 ) -> AsyncGenerator[DnsResponseSend, None]:
89 yield DnsResponseSend(qctx.response, authoritative=False)
97 ) -> AsyncGenerator[DnsResponseSend, None]:
99 yield DnsResponseSend(qctx.response)
107 ) -> AsyncGenerator[DnsResponseSend, None]:
117 yield DnsResponseSend(qctx.response)
125 ) -> AsyncGenerator[DnsResponseSend, None]:
131 yield DnsResponseSend(qctx.response)
139 ) -> AsyncGenerator[DnsResponseSend, None]
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans2/
ans.py 25 DnsResponseSend,
83 ) -> AsyncGenerator[DnsResponseSend, None]:
85 yield DnsResponseSend(qctx.response)
103 ) -> AsyncGenerator[DnsResponseSend, None]:
108 yield DnsResponseSend(response)
126 ) -> AsyncGenerator[DnsResponseSend, None]:
129 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans4/
ans.py 25 DnsResponseSend,
83 ) -> AsyncGenerator[DnsResponseSend, None]:
85 yield DnsResponseSend(qctx.response)
103 ) -> AsyncGenerator[DnsResponseSend, None]:
108 yield DnsResponseSend(response)
126 ) -> AsyncGenerator[DnsResponseSend, None]:
129 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
ans.py 26 DnsResponseSend,
54 ) -> AsyncGenerator[DnsResponseSend, None]:
59 yield DnsResponseSend(message, acknowledge_hand_rolled_response=True)
77 ) -> AsyncGenerator[DnsResponseSend, None]:
79 yield DnsResponseSend(qctx.response)
99 ) -> AsyncGenerator[DnsResponseSend, None]:
103 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/cookie/
cookie_ans.py 24 DnsResponseSend,
103 ) -> AsyncGenerator[DnsResponseSend, None]:
110 yield DnsResponseSend(qctx.response)
119 ) -> AsyncGenerator[DnsResponseSend, None]:
125 yield DnsResponseSend(qctx.response)
134 ) -> AsyncGenerator[DnsResponseSend, None]:
138 yield DnsResponseSend(qctx.response)
151 ) -> AsyncGenerator[DnsResponseSend, None]:
155 yield DnsResponseSend(qctx.response)
160 yield DnsResponseSend(qctx.response
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/
ans.py 19 from isctest.asyncserver import DnsResponseSend, QueryContext, ResponseAction
50 yield DnsResponseSend(response, authoritative=True)
72 yield DnsResponseSend(response, authoritative=False)
97 yield DnsResponseSend(response, authoritative=True)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
ans.py 22 DnsResponseSend,
119 ) -> AsyncGenerator[DnsResponseSend, None]:
125 yield DnsResponseSend(qctx.response)
151 ) -> AsyncGenerator[DnsResponseSend, None]:
153 yield DnsResponseSend(qctx.response)
161 ) -> AsyncGenerator[DnsResponseSend, None]:
165 yield DnsResponseSend(qctx.response)
180 ) -> AsyncGenerator[DnsResponseSend, None]:
187 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans1/
ans.py 19 from isctest.asyncserver import DnsResponseSend, QueryContext, ResponseAction
55 yield DnsResponseSend(response, authoritative=True)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/
ans.py 19 DnsResponseSend,
58 yield DnsResponseSend(qctx.response, authoritative=False)
  /src/external/mpl/bind/dist/bin/tests/system/forward/ans11/
ans.py 21 DnsResponseSend,
49 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ans2/
ans.py 25 DnsResponseSend,
83 ) -> AsyncGenerator[DnsResponseSend, None]:
85 yield DnsResponseSend(qctx.response)
103 ) -> AsyncGenerator[DnsResponseSend, None]:
108 yield DnsResponseSend(response)
126 ) -> AsyncGenerator[DnsResponseSend, None]:
129 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/
ans.py 24 DnsResponseSend,
61 yield DnsResponseSend(qctx.response)
64 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/forward/ans6/
ans.py 23 DnsResponseSend,
73 yield DnsResponseSend(qctx.response)
  /src/external/mpl/bind/dist/bin/tests/system/qmin/ans4/
ans.py 21 DnsResponseSend,
74 yield DnsResponseSend(qctx.response)

Completed in 22 milliseconds

1 2