Home | Trees | Indices | Help |
|
---|
|
network address conversion logic, constants and shared strategy objects.
|
|||
AddrStrategy Basic support for common operations performed on each address type |
|||
IPv4Strategy An AddrStrategy for IPv4 address processing. |
|||
IPv6Strategy An AddrStrategy for IPv6 address processing. |
|||
EUI48Strategy Implements the operations that can be performed on an IEEE 48-bit EUI (Extended Unique Identifer) a.k.a. |
|
|||
ST_IPV4 = IPv4Strategy() A shared strategy object supporting all operations on IPv4 addresses. |
|||
ST_IPV6 = IPv6Strategy() A shared strategy object supporting all operations on IPv6 addresses. |
|||
ST_EUI48 = EUI48Strategy() A shared strategy object supporting all operations on EUI-48/MAC addresses. |
|||
ST_EUI64 = AddrStrategy(addr_type= AT_EUI64, width= 64, word_s A shared strategy object supporting all operations on EUI-64 addresses. |
|
ST_EUI64A shared strategy object supporting all operations on EUI-64 addresses.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 13 15:14:40 2009 | http://epydoc.sourceforge.net |