iPXE
dhcpv6_settings Struct Reference

A DHCPv6 settings block. More...

Data Fields

struct refcnt refcnt
 Reference count.
struct settings settings
 Settings block.
struct in6_addr lease
 Leased address.
struct in6_addr router
 Router address.
struct dhcpv6_option_list options
 Option list.

Detailed Description

A DHCPv6 settings block.

Definition at line 265 of file dhcpv6.c.

Field Documentation

◆ refcnt

struct refcnt dhcpv6_settings::refcnt

Reference count.

Definition at line 267 of file dhcpv6.c.

Referenced by dhcpv6_register().

◆ settings

struct settings dhcpv6_settings::settings

Settings block.

Definition at line 269 of file dhcpv6.c.

Referenced by dhcpv6_register().

◆ lease

struct in6_addr dhcpv6_settings::lease

Leased address.

Definition at line 271 of file dhcpv6.c.

Referenced by dhcpv6_fetch(), dhcpv6_fetch_ip6(), and dhcpv6_register().

◆ router

struct in6_addr dhcpv6_settings::router

Router address.

Definition at line 273 of file dhcpv6.c.

Referenced by dhcpv6_fetch_gateway6(), and dhcpv6_register().

◆ options

struct dhcpv6_option_list dhcpv6_settings::options

Option list.

Definition at line 275 of file dhcpv6.c.

Referenced by dhcpv6_fetch(), and dhcpv6_register().


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