Home | Trees | Index | Help |
|
---|
Package dns :: Module inet |
|
Function Summary | |
---|---|
int |
Determine the address family of a textual-form network address. |
string |
Convert the binary form of a network address into its textual form. |
string |
Convert the textual form of a network address into its binary form. |
bool |
Is the textual-form network address a multicast address? |
Function Details |
---|
af_for_address(text)Determine the address family of a textual-form network address.
|
inet_ntop(family, address)Convert the binary form of a network address into its textual form.
|
inet_pton(family, text)Convert the textual form of a network address into its binary form.
|
is_multicast(text)Is the textual-form network address a multicast address?
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Nov 25 17:43:04 2007 | http://epydoc.sf.net |