Loading...
Searching...
No Matches
dhcpv6_opt_elapsed_time_t Struct Reference

DHCPv6 elapsed time option format. More...

Detailed Description

DHCPv6 elapsed time option format.

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

Definition at line 210 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_ELAPSED_TIME
 
network_uint16_t len
 always 2
 
network_uint16_t elapsed_time
 amount of time since client began current DHCPv6 transaction (in cs)
 

Field Documentation

◆ elapsed_time

network_uint16_t dhcpv6_opt_elapsed_time_t::elapsed_time

amount of time since client began current DHCPv6 transaction (in cs)

Definition at line 216 of file _dhcpv6.h.

◆ len

network_uint16_t dhcpv6_opt_elapsed_time_t::len

always 2

Definition at line 212 of file _dhcpv6.h.

◆ type

network_uint16_t dhcpv6_opt_elapsed_time_t::type

DHCPV6_OPT_ELAPSED_TIME

Definition at line 211 of file _dhcpv6.h.


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