Home | Trees | Index | Help |
|
---|
Package dns :: Module rdatatype |
|
Exceptions | |
---|---|
UnknownRdatatype |
Raised if a type is unknown. |
Function Summary | |
---|---|
int |
Convert text into a DNS rdata type value. |
bool |
True if the type is a metatype. |
bool |
True if the type is a singleton. |
string |
Convert a DNS rdata type to text. |
Variable Summary | |
---|---|
int |
A
|
int |
A6
|
int |
AAAA
|
int |
AFSDB
|
int |
ANY
|
int |
APL
|
int |
AXFR
|
int |
CERT
|
int |
CNAME
|
int |
DNAME
|
int |
DNSKEY
|
int |
DS
|
int |
GPOS
|
int |
HINFO
|
int |
ISDN
|
int |
IXFR
|
int |
KEY
|
int |
KX
|
int |
LOC
|
int |
MAILA
|
int |
MAILB
|
int |
MB
|
int |
MD
|
int |
MF
|
int |
MG
|
int |
MINFO
|
int |
MR
|
int |
MX
|
int |
NAPTR
|
int |
NONE
|
int |
NS
|
int |
NSAP
|
int |
NSAP_PTR
|
int |
NSEC
|
int |
NULL
|
int |
NXT
|
int |
OPT
|
int |
PTR
|
int |
PX
|
int |
RP
|
int |
RRSIG
|
int |
RT
|
int |
SIG
|
int |
SOA
|
int |
SRV
|
int |
SSHFP
|
int |
TKEY
|
int |
TSIG
|
int |
TXT
|
int |
UNSPEC
|
int |
WKS
|
str |
x
|
int |
X25
|
int |
y
|
Function Details |
---|
from_text(text)Convert text into a DNS rdata type value.
|
is_metatype(rdtype)True if the type is a metatype.
|
is_singleton(rdtype)True if the type is a singleton.
|
to_text(value)Convert a DNS rdata type to text.
|
Variable Details |
---|
A
|
A6
|
AAAA
|
AFSDB
|
ANY
|
APL
|
AXFR
|
CERT
|
CNAME
|
DNAME
|
DNSKEY
|
DS
|
GPOS
|
HINFO
|
ISDN
|
IXFR
|
KEY
|
KX
|
LOC
|
MAILA
|
MAILB
|
MB
|
MD
|
MF
|
MG
|
MINFO
|
MR
|
MX
|
NAPTR
|
NONE
|
NS
|
NSAP
|
NSAP_PTR
|
NSEC
|
NULL
|
NXT
|
OPT
|
PTR
|
PX
|
RP
|
RRSIG
|
RT
|
SIG
|
SOA
|
SRV
|
SSHFP
|
TKEY
|
TSIG
|
TXT
|
UNSPEC
|
WKS
|
x
|
X25
|
y
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sun Jun 6 13:48:45 2004 | http://epydoc.sf.net |