| 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. |
| 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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Nov 25 17:43:04 2007 | http://epydoc.sf.net |