OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSEC
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdatatype.py
76
NSEC
= 47
138
'
NSEC
' :
NSEC
,
172
NSEC
: True,
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
NSEC.py
23
class
NSEC
(dns.rdata.Rdata):
24
"""
NSEC
record
34
super(
NSEC
, self).__init__(rdclass, rdtype)
62
raise dns.exception.SyntaxError("
NSEC
with bit 0")
64
raise dns.exception.SyntaxError("
NSEC
with bit > 65535")
105
raise dns.exception.FormError("
NSEC
too short")
109
raise dns.exception.FormError("bad
NSEC
octets")
113
raise dns.exception.FormError("bad
NSEC
bitmap length")
Completed in 3930 milliseconds