iPXE
Data Fields
ndp_router_advertisement_header Struct Reference

An NDP router advertisement header. More...

#include <ndp.h>

Data Fields

struct icmp_header icmp
 ICMPv6 header. More...
 
uint8_t hop_limit
 Current hop limit. More...
 
uint8_t flags
 Flags. More...
 
uint16_t lifetime
 Router lifetime. More...
 
uint32_t reachable
 Reachable time. More...
 
uint32_t retransmit
 Retransmission timer. More...
 
union ndp_option option [0]
 Options. More...
 

Detailed Description

An NDP router advertisement header.

Definition at line 138 of file ndp.h.

Field Documentation

◆ icmp

struct icmp_header ndp_router_advertisement_header::icmp

ICMPv6 header.

Definition at line 140 of file ndp.h.

◆ hop_limit

uint8_t ndp_router_advertisement_header::hop_limit

Current hop limit.

Definition at line 142 of file ndp.h.

◆ flags

uint8_t ndp_router_advertisement_header::flags

Flags.

Definition at line 144 of file ndp.h.

Referenced by ipv6conf_rx_router_advertisement().

◆ lifetime

uint16_t ndp_router_advertisement_header::lifetime

Router lifetime.

Definition at line 146 of file ndp.h.

Referenced by ipv6conf_rx_router_advertisement(), and ndp_rx_router_advertisement_prefix().

◆ reachable

uint32_t ndp_router_advertisement_header::reachable

Reachable time.

Definition at line 148 of file ndp.h.

◆ retransmit

uint32_t ndp_router_advertisement_header::retransmit

Retransmission timer.

Definition at line 150 of file ndp.h.

◆ option

union ndp_option ndp_router_advertisement_header::option[0]

Options.

Definition at line 152 of file ndp.h.

Referenced by ipv6conf_rx_router_advertisement().


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