Loading...
Searching...
No Matches
dhcpv6_opt_irt_t Struct Reference

DHCPv6 Information Refresh Time option format. More...

Detailed Description

DHCPv6 Information Refresh Time option format.

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

Definition at line 301 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IRT
 
network_uint16_t len
 always 4
 
network_uint32_t value
 Time duration relative to the current time (in sec)
 

Field Documentation

◆ len

network_uint16_t dhcpv6_opt_irt_t::len

always 4

Definition at line 303 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_irt_t::type

DHCPV6_OPT_IRT

Definition at line 302 of file _dhcpv6.h.

◆ value

network_uint32_t dhcpv6_opt_irt_t::value

Time duration relative to the current time (in sec)

Definition at line 304 of file _dhcpv6.h.


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