Home | Trees | Indices | Help |
|
---|
|
classes that implement the behaviour of each network address type, constants used to identify them and shared strategy instances used by address objects.
Classes | |
AddrStrategy Very basic support for all common operations performed on each network type. |
|
IPv4Strategy An optimised AddrStrategy for IP version 4 address processing. |
|
IPv6Strategy Implements the operations that can be performed on an Internet Protocol version 6 network address. |
|
EUI48Strategy Implements the operations that can be performed on an IEEE 48-bit EUI (Extended Unique Identifer). |
Variables | |
BIG_ENDIAN_PLATFORM = False
|
|
AT_UNSPEC = 0
|
|
AT_INET = 4
|
|
AT_INET6 = 6
|
|
AT_LINK = 48
|
|
AT_EUI64 = 64
|
|
AT_DESCR =
|
|
ST_EUI48 = EUI48Strategy()
|
|
ST_EUI64 = AddrStrategy(addr_type= AT_EUI64, width= 64, word_s
|
|
ST_IPV4 = IPv4Strategy()
|
|
ST_IPV6 = IPv6Strategy()
|
Variables Details |
AT_DESCR
|
ST_EUI64
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 15 22:47:11 2008 | http://epydoc.sourceforge.net |