Loading...
Searching...
No Matches
dhcpv6_opt_status_t Struct Reference

DHCPv6 status code option format. More...

Detailed Description

DHCPv6 status code option format.

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

Definition at line 235 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_STATUS
 
network_uint16_t len
 2 + length of dhcpv6_opt_status_t::msg in byte
 
network_uint16_t code
 status code
 
char msg []
 UTF-8 encoded text string (not 0-terminated!)
 

Field Documentation

◆ code

network_uint16_t dhcpv6_opt_status_t::code

status code

Definition at line 238 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_status_t::len

2 + length of dhcpv6_opt_status_t::msg in byte

Definition at line 237 of file _dhcpv6.h.

◆ msg

char dhcpv6_opt_status_t::msg[]

UTF-8 encoded text string (not 0-terminated!)

Definition at line 239 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_status_t::type

DHCPV6_OPT_STATUS

Definition at line 236 of file _dhcpv6.h.


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