TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_IP6_NEIGHBOR_CACHE Struct Reference

#include <MdePkg/Include/Protocol/Ip6.h>

Data Fields

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

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 286 of file Ip6.h.

Field Documentation

◆ LinkAddress

EFI_MAC_ADDRESS EFI_IP6_NEIGHBOR_CACHE::LinkAddress

Link-layer address of the neighbor.

Definition at line 288 of file Ip6.h.

◆ Neighbor

EFI_IPv6_ADDRESS EFI_IP6_NEIGHBOR_CACHE::Neighbor

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

Definition at line 287 of file Ip6.h.

◆ State

EFI_IP6_NEIGHBOR_STATE EFI_IP6_NEIGHBOR_CACHE::State

State of this neighbor cache entry.

Definition at line 289 of file Ip6.h.


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