Loading...
Searching...
No Matches
dhcpv6_opt_smr_t Struct Reference

DHCPv6 SOL_MAX_RT option format. More...

Detailed Description

DHCPv6 SOL_MAX_RT option format.

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

Definition at line 313 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_SMR
 
network_uint16_t len
 always 4
 
network_uint32_t value
 overriding value for SOL_MAX_RT (in sec)
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_smr_t::len

always 4

Definition at line 315 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_smr_t::type

DHCPV6_OPT_SMR

Definition at line 314 of file _dhcpv6.h.

◆ value

network_uint32_t dhcpv6_opt_smr_t::value

overriding value for SOL_MAX_RT (in sec)

Definition at line 316 of file _dhcpv6.h.


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