Loading...
Searching...
No Matches
dhcpv6_opt_oro_t Struct Reference

DHCPv6 option request option format. More...

Detailed Description

DHCPv6 option request option format.

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

Definition at line 187 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_ORO
 
network_uint16_t len
 2 * number of dhcpv6_opt_oro_t::opt_codes
 
network_uint16_t opt_codes []
 option-code for an option requested by the client
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_oro_t::len

2 * number of dhcpv6_opt_oro_t::opt_codes

Definition at line 189 of file _dhcpv6.h.

◆ opt_codes

network_uint16_t dhcpv6_opt_oro_t::opt_codes[]

option-code for an option requested by the client

Definition at line 190 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_oro_t::type

DHCPV6_OPT_ORO

Definition at line 188 of file _dhcpv6.h.


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