iPXE
Data Fields
ndp_header Union Reference

An NDP header. More...

#include <ndp.h>

Data Fields

struct icmp_header icmp
 ICMPv6 header. More...
 
struct ndp_neighbour_header neigh
 Neighbour solicitation or advertisement header. More...
 
struct ndp_router_solicitation_header rsol
 Router solicitation header. More...
 
struct ndp_router_advertisement_header radv
 Router advertisement header. More...
 

Detailed Description

An NDP header.

Definition at line 172 of file ndp.h.

Field Documentation

◆ icmp

struct icmp_header ndp_header::icmp

ICMPv6 header.

Definition at line 174 of file ndp.h.

Referenced by ndp_rx_option(), and ndp_tx_ll_addr().

◆ neigh

struct ndp_neighbour_header ndp_header::neigh

Neighbour solicitation or advertisement header.

Definition at line 176 of file ndp.h.

Referenced by ndp_rx_neighbour(), ndp_rx_neighbour_advertisement_ll_target(), and ndp_rx_neighbour_solicitation_ll_source().

◆ rsol

struct ndp_router_solicitation_header ndp_header::rsol

Router solicitation header.

Definition at line 178 of file ndp.h.

◆ radv

struct ndp_router_advertisement_header ndp_header::radv

Router advertisement header.

Definition at line 180 of file ndp.h.

Referenced by ndp_rx_router_advertisement(), and ndp_rx_router_advertisement_prefix().


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