OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DnsProtocol
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/
ans.py
20
DnsProtocol
,
32
assert qctx.protocol ==
DnsProtocol
.UDP, "This server only supports UDP"
/src/external/mpl/bind/dist/bin/tests/system/bailiwick/
bailiwick_ans.py
25
DnsProtocol
,
55
and qctx.protocol ==
DnsProtocol
.UDP
/src/external/mpl/bind/dist/bin/tests/system/cookie/
cookie_ans.py
25
DnsProtocol
,
131
return qctx.qtype == dns.rdatatype.A and qctx.protocol ==
DnsProtocol
.TCP
146
and qctx.protocol ==
DnsProtocol
.UDP
166
return qctx.qtype == dns.rdatatype.A and qctx.protocol ==
DnsProtocol
.UDP
/src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py
251
class
DnsProtocol
(enum.Enum):
279
protocol:
DnsProtocol
940
responses = self._handle_query(wire, peer,
DnsProtocol
.UDP)
1037
responses = self._handle_query(wire, peer,
DnsProtocol
.TCP)
1043
def _log_query(self, qctx: QueryContext, peer: Peer, protocol:
DnsProtocol
) -> None:
1062
protocol:
DnsProtocol
,
1112
self, wire: bytes, peer: Peer, protocol:
DnsProtocol
1131
if protocol ==
DnsProtocol
.UDP:
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026