RPKI Engine  1.0
Public Member Functions | Static Public Attributes
rpki::ipaddrs::v6addr Class Reference
Inheritance diagram for rpki::ipaddrs::v6addr:
Inheritance graph
Collaboration diagram for rpki::ipaddrs::v6addr:
Collaboration graph

List of all members.

Public Member Functions

def __new__
def __str__
def from_bytes
def to_bytes

Static Public Attributes

int bits = 128

Detailed Description

IPv6 address.

Derived from long, but supports IPv6 print syntax.

Definition at line 84 of file ipaddrs.py.


Member Function Documentation

def rpki::ipaddrs::v6addr::__new__ (   cls,
  x 
)
Construct a v6addr object.

Definition at line 93 of file ipaddrs.py.

def rpki::ipaddrs::v6addr::__str__ (   self)
Convert a v6addr object to string format.

Definition at line 116 of file ipaddrs.py.

References rpki::ipaddrs::v4addr::to_bytes(), and to_bytes().

Here is the call graph for this function:

def rpki::ipaddrs::v6addr::from_bytes (   cls,
  x 
)
Convert from a raw byte string to a v6addr object.

Definition at line 109 of file ipaddrs.py.

def rpki::ipaddrs::v6addr::to_bytes (   self)
Convert a v6addr object to a raw byte string.

Definition at line 102 of file ipaddrs.py.

Referenced by __str__().

Here is the caller graph for this function:


Member Data Documentation

int rpki::ipaddrs::v6addr::bits = 128 [static]

Definition at line 91 of file ipaddrs.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties