libtins
4.4
|
#include <icmpv6.h>
Public Member Functions | |
handover_key_reply_type (uint16_t lifetime=0, small_uint< 4 > AT=0, const key_type &key=key_type()) | |
![]() | |
handover_key_req_type (small_uint< 4 > AT=0, const key_type &key=key_type()) | |
Static Public Member Functions | |
static handover_key_reply_type | from_option (const option &opt) |
![]() | |
static handover_key_req_type | from_option (const option &opt) |
Public Attributes | |
uint16_t | lifetime |
![]() | |
small_uint< 4 > | AT |
key_type | key |
Additional Inherited Members | |
![]() | |
typedef std::vector< uint8_t > | key_type |
The type used to store the handover key reply option.