Loading...
Searching...
No Matches
dhcpv6_opt_pref_t Struct Reference

DHCPv6 preference option format. More...

Detailed Description

DHCPv6 preference option format.

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

Definition at line 198 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_PREF
 
network_uint16_t len
 always 1
 
uint8_t value
 preference value for the server
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_pref_t::len

always 1

Definition at line 200 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_pref_t::type

DHCPV6_OPT_PREF

Definition at line 199 of file _dhcpv6.h.

◆ value

uint8_t dhcpv6_opt_pref_t::value

preference value for the server

Definition at line 201 of file _dhcpv6.h.


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