|
iPXE
|
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... | |
| struct refcnt ndp_settings::refcnt |
| 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().
| 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().
| 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().
| 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().
| 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().
1.8.15