MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_IP6_NEIGHBOR_CACHE Struct Reference

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.

Field Documentation

EFI_MAC_ADDRESS EFI_IP6_NEIGHBOR_CACHE::LinkAddress

Link-layer address of the neighbor.

EFI_IPv6_ADDRESS EFI_IP6_NEIGHBOR_CACHE::Neighbor

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

EFI_IP6_NEIGHBOR_STATE EFI_IP6_NEIGHBOR_CACHE::State

State of this neighbor cache entry.