iPXE
Data Fields
ndp_option Union Reference

An NDP option. More...

#include <ndp.h>

Data Fields

struct ndp_option_header header
 Option header. More...
 
struct ndp_ll_addr_option ll_addr
 Source or target link-layer address option. More...
 
struct ndp_prefix_information_option prefix
 Prefix information option. More...
 
struct ndp_rdnss_option rdnss
 Recursive DNS server option. More...
 
struct ndp_dnssl_option dnssl
 DNS search list option. More...
 

Detailed Description

An NDP option.

Definition at line 101 of file ndp.h.

Field Documentation

◆ header

struct ndp_option_header ndp_option::header

Option header.

Definition at line 103 of file ndp.h.

◆ ll_addr

struct ndp_ll_addr_option ndp_option::ll_addr

Source or target link-layer address option.

Definition at line 105 of file ndp.h.

◆ prefix

struct ndp_prefix_information_option ndp_option::prefix

Prefix information option.

Definition at line 107 of file ndp.h.

◆ rdnss

struct ndp_rdnss_option ndp_option::rdnss

Recursive DNS server option.

Definition at line 109 of file ndp.h.

◆ dnssl

struct ndp_dnssl_option ndp_option::dnssl

DNS search list option.

Definition at line 111 of file ndp.h.


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