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

#include <dhcpv6.h>

Public Types

typedef std::vector< uint8_t > lladdress_type
 

Public Member Functions

 duid_ll (uint16_t hw_type=0, const lladdress_type &lladdress=lladdress_type())
 
PDU::serialization_type serialize () const
 

Static Public Member Functions

static duid_ll from_bytes (const uint8_t *buffer, uint32_t total_sz)
 

Public Attributes

uint16_t hw_type
 
lladdress_type lladdress
 

Static Public Attributes

static const uint16_t duid_id = 3
 

Detailed Description

The type used to represent DUIDs Based on Link-layer Address.


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