iPXE
Data Fields
ndp_prefix_information_option Struct Reference

NDP prefix information. More...

#include <ndp.h>

Data Fields

struct ndp_option_header header
 NDP option header. More...
 
uint8_t prefix_len
 Prefix length. More...
 
uint8_t flags
 Flags. More...
 
uint32_t valid
 Valid lifetime. More...
 
uint32_t preferred
 Preferred lifetime. More...
 
uint32_t reserved
 Reserved. More...
 
struct in6_addr prefix
 Prefix. More...
 

Detailed Description

NDP prefix information.

Definition at line 47 of file ndp.h.

Field Documentation

◆ header

struct ndp_option_header ndp_prefix_information_option::header

NDP option header.

Definition at line 49 of file ndp.h.

◆ prefix_len

uint8_t ndp_prefix_information_option::prefix_len

Prefix length.

Definition at line 51 of file ndp.h.

Referenced by ndp_rx_router_advertisement_prefix().

◆ flags

uint8_t ndp_prefix_information_option::flags

Flags.

Definition at line 53 of file ndp.h.

Referenced by ndp_rx_router_advertisement_prefix().

◆ valid

uint32_t ndp_prefix_information_option::valid

Valid lifetime.

Definition at line 55 of file ndp.h.

◆ preferred

uint32_t ndp_prefix_information_option::preferred

Preferred lifetime.

Definition at line 57 of file ndp.h.

◆ reserved

uint32_t ndp_prefix_information_option::reserved

Reserved.

Definition at line 59 of file ndp.h.

◆ prefix

struct in6_addr ndp_prefix_information_option::prefix

Prefix.

Definition at line 61 of file ndp.h.

Referenced by ndp_rx_router_advertisement_prefix().


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