dhcpv6_opt_ia_pd_t Struct Reference

DHCPv6 identity association for prefix delegation option (IA_PD) format. More...

Detailed Description

DHCPv6 identity association for prefix delegation option (IA_PD) format.

See also
RFC 8415, section 21.21

Definition at line 182 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IA_PD
 
network_uint16_t len
 12 + length of dhcpv6_opt_ia_pd_t::opts in byte
 
network_uint32_t ia_id
 Unique ID for this IA_PD.
 
network_uint32_t t1
 DHCPv6 T1 time (in sec)
 
network_uint32_t t2
 DHCPv6 T2 time (in sec)
 
uint8_t opts []
 IA_PD options.
 

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