|
libtins
4.5
|
#include <dhcpv6.h>
Public Types | |
| typedef std::vector< uint8_t > | options_type |
Public Member Functions | |
| ia_address_type (ipaddress_type address=ipaddress_type(), uint32_t preferred_lifetime=0, uint32_t valid_lifetime=0, const options_type &options=options_type()) | |
Static Public Member Functions | |
| static ia_address_type | from_option (const option &opt) |
Public Attributes | |
| ipaddress_type | address |
| uint32_t | preferred_lifetime |
| uint32_t | valid_lifetime |
| options_type | options |
The type used to store the Identity Association Address option.