Home | Trees | Index | Help |
|
---|
Package dns :: Module opcode |
|
Exceptions | |
---|---|
UnknownOpcode |
Raised if an opcode is unknown. |
Function Summary | |
---|---|
int |
Extract an opcode from DNS message flags. |
int |
Convert text into an opcode. |
bool |
True if the opcode in flags is UPDATE. |
int |
Convert an opcode to a value suitable for ORing into DNS message flags. |
string |
Convert an opcode to text. |
Variable Summary | |
---|---|
int |
IQUERY
|
int |
NOTIFY
|
int |
QUERY
|
int |
STATUS
|
int |
UPDATE
|
str |
x
|
int |
y
|
dict |
_by_text
|
dict |
_by_value
|
Function Details |
---|
from_flags(flags)Extract an opcode from DNS message flags.
|
from_text(text)Convert text into an opcode.
|
is_update(flags)True if the opcode in flags is UPDATE.
|
to_flags(value)Convert an opcode to a value suitable for ORing into DNS message flags.
|
to_text(value)Convert an opcode to text.
|
Variable Details |
---|
IQUERY
|
NOTIFY
|
QUERY
|
STATUS
|
UPDATE
|
x
|
y
|
_by_text
|
_by_value
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sun Aug 10 21:36:17 2003 | http://epydoc.sf.net |