| 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
|
dict |
_by_text
|
dict |
_by_value
|
| 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
|
_by_text
|
_by_value
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Sat Sep 6 01:38:34 2003 | http://epydoc.sf.net |