Loading...
Searching...
No Matches
dhcpv6_opt_duid_t Struct Reference

DHCPv6 client or server identifier option format. More...

Detailed Description

DHCPv6 client or server identifier option format.

See also
[RFC 8415, section 21.2] (https://tools.ietf.org/html/rfc8415#section-21.2)
[RFC 8415, section 21.3] (https://tools.ietf.org/html/rfc8415#section-21.3)

Definition at line 147 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_CID or DHCPV6_OPT_SID
 
network_uint16_t len
 length of dhcpv6_opt_t::duid in byte
 
uint8_t duid []
 the DUID of the client or server
 

Field Documentation

◆ duid

uint8_t dhcpv6_opt_duid_t::duid[]

the DUID of the client or server

Definition at line 150 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_duid_t::len

length of dhcpv6_opt_t::duid in byte

Definition at line 149 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_duid_t::type

DHCPV6_OPT_CID or DHCPV6_OPT_SID

Definition at line 148 of file _dhcpv6.h.


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