iPXE
Data Fields
ndp_dnssl_option Struct Reference

NDP DNS search list. More...

#include <ndp.h>

Data Fields

struct ndp_option_header header
 NDP option header. More...
 
uint16_t reserved
 Reserved. More...
 
uint32_t lifetime
 Lifetime. More...
 
uint8_t names [0]
 Domain names. More...
 

Detailed Description

NDP DNS search list.

Definition at line 89 of file ndp.h.

Field Documentation

◆ header

struct ndp_option_header ndp_dnssl_option::header

NDP option header.

Definition at line 91 of file ndp.h.

◆ reserved

uint16_t ndp_dnssl_option::reserved

Reserved.

Definition at line 93 of file ndp.h.

◆ lifetime

uint32_t ndp_dnssl_option::lifetime

Lifetime.

Definition at line 95 of file ndp.h.

◆ names

uint8_t ndp_dnssl_option::names[0]

Domain names.

Definition at line 97 of file ndp.h.


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