libtins  4.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Tins::DHCPv6::authentication_type Struct Reference

#include <dhcpv6.h>

Public Types

typedef std::vector< uint8_t > auth_info_type
 

Public Member Functions

 authentication_type (uint8_t protocol=0, uint8_t algorithm=0, uint8_t rdm=0, uint64_t replay_detection=0, const auth_info_type &auth_info=auth_info_type())
 

Static Public Member Functions

static authentication_type from_option (const option &opt)
 

Public Attributes

uint8_t protocol
 
uint8_t algorithm
 
uint8_t rdm
 
uint64_t replay_detection
 
auth_info_type auth_info
 

Detailed Description

The type used to store the Authentication option.


The documentation for this struct was generated from the following files: