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

Data Fields

EFI_IPv6_ADDRESS Gateway
 
EFI_IPv6_ADDRESS Destination
 
UINT8 PrefixLength
 

Detailed Description

EFI_IP6_ROUTE_TABLE is the entry structure that is used in routing tables

Field Documentation

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.