iPXE
Data Fields
ndp_rdnss_option Struct Reference

NDP recursive DNS server. 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...
 
struct in6_addr addresses [0]
 Addresses. More...
 

Detailed Description

NDP recursive DNS server.

Definition at line 74 of file ndp.h.

Field Documentation

◆ header

struct ndp_option_header ndp_rdnss_option::header

NDP option header.

Definition at line 76 of file ndp.h.

◆ reserved

uint16_t ndp_rdnss_option::reserved

Reserved.

Definition at line 78 of file ndp.h.

◆ lifetime

uint32_t ndp_rdnss_option::lifetime

Lifetime.

Definition at line 80 of file ndp.h.

◆ addresses

struct in6_addr ndp_rdnss_option::addresses[0]

Addresses.

Definition at line 82 of file ndp.h.


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