iPXE
Data Fields
EFI_IP6_NEIGHBOR_CACHE Struct Reference

EFI_IP6_NEIGHBOR_CACHE is the entry structure that is used in neighbor cache. More...

#include <Ip6.h>

Data Fields

EFI_IPv6_ADDRESS Neighbor
 The on-link unicast/anycast IP address of the neighbor. More...
 
EFI_MAC_ADDRESS LinkAddress
 Link-layer address of the neighbor. More...
 
EFI_IP6_NEIGHBOR_STATE State
 State of this neighbor cache entry. More...
 

Detailed Description

EFI_IP6_NEIGHBOR_CACHE is the entry structure that is used in neighbor cache.

It records a set of entries about individual neighbors to which traffic has been sent recently.

Definition at line 288 of file Ip6.h.

Field Documentation

◆ Neighbor

EFI_IPv6_ADDRESS EFI_IP6_NEIGHBOR_CACHE::Neighbor

The on-link unicast/anycast IP address of the neighbor.

Definition at line 289 of file Ip6.h.

◆ LinkAddress

EFI_MAC_ADDRESS EFI_IP6_NEIGHBOR_CACHE::LinkAddress

Link-layer address of the neighbor.

Definition at line 290 of file Ip6.h.

◆ State

EFI_IP6_NEIGHBOR_STATE EFI_IP6_NEIGHBOR_CACHE::State

State of this neighbor cache entry.

Definition at line 291 of file Ip6.h.


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