TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_IP6_ROUTE_TABLE Struct Reference

#include <MdePkg/Include/Protocol/Ip6.h>

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

Definition at line 229 of file Ip6.h.

Field Documentation

◆ Destination

EFI_IPv6_ADDRESS EFI_IP6_ROUTE_TABLE::Destination

The destination prefix to be routed.

Definition at line 239 of file Ip6.h.

◆ Gateway

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.

Definition at line 235 of file Ip6.h.

◆ PrefixLength

UINT8 EFI_IP6_ROUTE_TABLE::PrefixLength

The length of the prefix associated with the Destination.

Definition at line 243 of file Ip6.h.


The documentation for this struct was generated from the following file: