|
XenevaOS
|
#include <Ip6.h>

Public Attributes | |
| 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 |
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.