Home | Trees | Index | Help |
|
---|
Package dns :: Module rcode |
|
Exceptions | |
---|---|
UnknownRcode |
Raised if an rcode is unknown. |
Function Summary | |
---|---|
int |
Return the rcode value encoded by flags and ednsflags. |
int |
Convert text into an rcode. |
(int, int) tuple |
Return a (flags, ednsflags) tuple which encodes the rcode. |
string |
Convert rcode into text. |
Variable Summary | |
---|---|
int |
BADVERS
|
int |
FORMERR
|
int |
NOERROR
|
int |
NOTAUTH
|
int |
NOTIMP
|
int |
NOTZONE
|
int |
NXDOMAIN
|
int |
NXRRSET
|
int |
REFUSED
|
int |
SERVFAIL
|
str |
x
|
int |
y
|
int |
YXDOMAIN
|
int |
YXRRSET
|
Function Details |
---|
from_flags(flags, ednsflags)Return the rcode value encoded by flags and ednsflags.
|
from_text(text)Convert text into an rcode.
|
to_flags(value)Return a (flags, ednsflags) tuple which encodes the rcode.
|
to_text(value)Convert rcode into text.
|
Variable Details |
---|
BADVERS
|
FORMERR
|
NOERROR
|
NOTAUTH
|
NOTIMP
|
NOTZONE
|
NXDOMAIN
|
NXRRSET
|
REFUSED
|
SERVFAIL
|
x
|
y
|
YXDOMAIN
|
YXRRSET
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sat Jul 19 02:54:28 2003 | http://epydoc.sf.net |