iPXE
Data Fields
ndp_settings Struct Reference

An NDP settings block. More...

Data Fields

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

Detailed Description

An NDP settings block.

Definition at line 606 of file ndp.c.

Field Documentation

◆ refcnt

struct refcnt ndp_settings::refcnt

Reference counter.

Definition at line 608 of file ndp.c.

Referenced by ndp_register_settings().

◆ settings

struct settings ndp_settings::settings

Settings interface.

Definition at line 610 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 612 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 614 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 616 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 618 of file ndp.c.

Referenced by ndp_fetch(), and ndp_register_settings().


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