Loading...
Searching...
No Matches
dhcpv6_opt_relay_msg_t Struct Reference

DHCPv6 relay message option. More...

Detailed Description

DHCPv6 relay message option.

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

Definition at line 224 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_RELAY_MSG
 
network_uint16_t len
 length of dhcpv6_opt_iid_t::msg in byte
 
uint16_t msg []
 the relayed message
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_relay_msg_t::len

length of dhcpv6_opt_iid_t::msg in byte

Definition at line 226 of file _dhcpv6.h.

◆ msg

uint16_t dhcpv6_opt_relay_msg_t::msg[]

the relayed message

Definition at line 227 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_relay_msg_t::type

DHCPV6_OPT_RELAY_MSG

Definition at line 225 of file _dhcpv6.h.


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