OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOA
(Results
1 - 8
of
8
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py
39
SOA
= 6
101
'
SOA
' :
SOA
,
169
SOA
: True,
query.py
301
@param serial: The
SOA
serial number to use as the base for an IXFR diff
317
rrset = dns.rrset.from_text(zone, 0, 'IN', '
SOA
',
389
if rrset.rdtype != dns.rdatatype.
SOA
:
390
raise dns.exception.FormError("first RRset is not an
SOA
")
403
#
SOA
in the first message).
407
raise dns.exception.FormError("answers after final
SOA
")
408
if rrset.rdtype == dns.rdatatype.
SOA
and rrset.name == oname:
420
#
SOA
RR, but saw something else, so this must be an
update.py
56
self.find_rrset(self.question, self.origin, rdclass, dns.rdatatype.
SOA
,
resolver.py
60
"""Raised if for some reason there is no
SOA
at the root name.
755
answer = resolver.query(name, dns.rdatatype.
SOA
, rdclass, tcp)
zone.py
37
"""The zone has no
SOA
RR at its origin."""
509
@raises dns.zone.NoSOA: there is no
SOA
RR
517
if self.get_rdataset(name, dns.rdatatype.
SOA
) is None:
647
@raises dns.zone.NoSOA: No
SOA
RR was found at the zone origin
746
@raises dns.zone.NoSOA: No
SOA
RR was found at the zone origin
790
@raises dns.zone.NoSOA: No
SOA
RR was found at the zone origin
829
@raises dns.zone.NoSOA: No
SOA
RR was found at the zone origin
message.py
693
if self.message.xfr and rdtype == dns.rdatatype.
SOA
:
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
SOA.py
22
class
SOA
(dns.rdata.Rdata):
23
"""
SOA
record
25
@ivar mname: the
SOA
MNAME (master name) field
27
@ivar rname: the
SOA
RNAME (responsible name) field
47
super(
SOA
, self).__init__(rdclass, rdtype)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h
663
DNS_SOA_DATAW
SOA
,
Soa
;
696
DNS_SOA_DATAA
SOA
,
Soa
;
Completed in 312 milliseconds