dhcpv6_opt_iapfx_t Struct Reference

DHCPv6 IA prefix option format. More...

Detailed Description

DHCPv6 IA prefix option format.

See also
RFC 8415, section 21.22

Definition at line 286 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

network_uint16_t type
 DHCPV6_OPT_IAPFX
 
network_uint16_t len
 25 + length of dhcpv6_opt_iapfx_t::opts in byte
 
network_uint32_t pref
 preferred lifetime (in sec)
 
network_uint32_t valid
 valid lifetime (in sec)
 
uint8_t pfx_len
 length of dhcpv6_opt_iapfx_t::pfx in bits
 
ipv6_addr_t pfx
 the prefix
 
uint8_t opts []
 IAprefix options.
 

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