|
XenevaOS
|
#include <Ip6.h>

Public Attributes | |
| EFI_IPv6_ADDRESS | Gateway |
| EFI_IPv6_ADDRESS | Destination |
| UINT8 | PrefixLength |
EFI_IP6_ROUTE_TABLE is the entry structure that is used in routing tables
| EFI_IPv6_ADDRESS EFI_IP6_ROUTE_TABLE::Destination |
The destination prefix to be routed.
| EFI_IPv6_ADDRESS EFI_IP6_ROUTE_TABLE::Gateway |
The IPv6 address of the gateway to be used as the next hop for packets to this prefix. If the IPv6 address is all zeros, then the prefix is on-link.
| UINT8 EFI_IP6_ROUTE_TABLE::PrefixLength |
The length of the prefix associated with the Destination.