Loading...
Searching...
No Matches
dhcpv6_opt_t Struct Reference

General DHCPv6 option format. More...

Detailed Description

General DHCPv6 option format.

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

Definition at line 134 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 option code
 
network_uint16_t len
 length of dhcpv6_opt_t::data in byte
 
uint8_t data []
 option data
 

Field Documentation

◆ data

uint8_t dhcpv6_opt_t::data[]

option data

Definition at line 137 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_t::len

length of dhcpv6_opt_t::data in byte

Definition at line 136 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_t::type

option code

Definition at line 135 of file _dhcpv6.h.


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