iPXE
ndp_dnssl_option Struct Reference

NDP DNS search list. More...

#include <ndp.h>

Data Fields

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

Detailed Description

NDP DNS search list.

Definition at line 103 of file ndp.h.

Field Documentation

◆ header

struct ndp_option_header ndp_dnssl_option::header

NDP option header.

Definition at line 105 of file ndp.h.

◆ reserved

uint16_t ndp_dnssl_option::reserved

Reserved.

Definition at line 107 of file ndp.h.

◆ lifetime

uint32_t ndp_dnssl_option::lifetime

Lifetime.

Definition at line 109 of file ndp.h.

◆ names

uint8_t ndp_dnssl_option::names[0]

Domain names.

Definition at line 111 of file ndp.h.


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