iPXE
Data Fields
ndp_router_solicitation_header Struct Reference

An NDP router solicitation header. More...

#include <ndp.h>

Data Fields

struct icmp_header icmp
 ICMPv6 header. More...
 
uint32_t reserved
 Reserved. More...
 
union ndp_option option [0]
 Options. More...
 

Detailed Description

An NDP router solicitation header.

Definition at line 162 of file ndp.h.

Field Documentation

◆ icmp

struct icmp_header ndp_router_solicitation_header::icmp

ICMPv6 header.

Definition at line 164 of file ndp.h.

Referenced by ndp_tx_router_solicitation().

◆ reserved

uint32_t ndp_router_solicitation_header::reserved

Reserved.

Definition at line 166 of file ndp.h.

◆ option

union ndp_option ndp_router_solicitation_header::option[0]

Options.

Definition at line 168 of file ndp.h.


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