|
TianoCore EDK2 master
|
#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. | |
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.
| EFI_MAC_ADDRESS EFI_IP6_NEIGHBOR_CACHE::LinkAddress |
| EFI_IPv6_ADDRESS EFI_IP6_NEIGHBOR_CACHE::Neighbor |
| EFI_IP6_NEIGHBOR_STATE EFI_IP6_NEIGHBOR_CACHE::State |