iPXE
Data Fields
ndp_neighbour_header Struct Reference

An NDP neighbour solicitation or advertisement header. More...

#include <ndp.h>

Data Fields

struct icmp_header icmp
 ICMPv6 header. More...
 
uint8_t flags
 Flags. More...
 
uint8_t reserved [3]
 Reserved. More...
 
struct in6_addr target
 Target address. More...
 
union ndp_option option [0]
 Options. More...
 

Detailed Description

An NDP neighbour solicitation or advertisement header.

Definition at line 115 of file ndp.h.

Field Documentation

◆ icmp

struct icmp_header ndp_neighbour_header::icmp

ICMPv6 header.

Definition at line 117 of file ndp.h.

Referenced by ndp_rx_neighbour_solicitation_ll_source(), and ndp_tx_request().

◆ flags

uint8_t ndp_neighbour_header::flags

Flags.

Definition at line 119 of file ndp.h.

Referenced by ndp_rx_neighbour_solicitation_ll_source().

◆ reserved

uint8_t ndp_neighbour_header::reserved[3]

Reserved.

Definition at line 121 of file ndp.h.

◆ target

struct in6_addr ndp_neighbour_header::target

◆ option

union ndp_option ndp_neighbour_header::option[0]

Options.

Definition at line 125 of file ndp.h.


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