iPXE
ndp_settings Struct Reference

An NDP settings block. More...

Data Fields

struct refcnt refcnt
 Reference counter.
struct settings settings
 Settings interface.
struct in6_addr router
 Router address.
unsigned int lifetime
 Router lifetime.
size_t len
 Length of NDP options.
union ndp_option options [0]
 NDP options.

Detailed Description

An NDP settings block.

Definition at line 607 of file ndp.c.

Field Documentation

◆ refcnt

struct refcnt ndp_settings::refcnt

Reference counter.

Definition at line 609 of file ndp.c.

Referenced by ndp_register_settings().

◆ settings

struct settings ndp_settings::settings

Settings interface.

Definition at line 611 of file ndp.c.

Referenced by ndp_prefix_fetch_ip6(), and ndp_register_settings().

◆ router

struct in6_addr ndp_settings::router

Router address.

Definition at line 613 of file ndp.c.

Referenced by ndp_prefix_fetch_gateway6(), and ndp_register_settings().

◆ lifetime

unsigned int ndp_settings::lifetime

Router lifetime.

Definition at line 615 of file ndp.c.

Referenced by ndp_prefix_fetch_gateway6(), and ndp_register_settings().

◆ len

size_t ndp_settings::len

Length of NDP options.

Definition at line 617 of file ndp.c.

Referenced by ndp_fetch(), and ndp_register_settings().

◆ options

union ndp_option ndp_settings::options[0]

NDP options.

Definition at line 619 of file ndp.c.

Referenced by ndp_fetch(), and ndp_register_settings().


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