iPXE
Data Fields
EFI_IP6_ROUTE_TABLE Struct Reference

EFI_IP6_ROUTE_TABLE is the entry structure that is used in routing tables. More...

#include <Ip6.h>

Data Fields

EFI_IPv6_ADDRESS Gateway
 The IPv6 address of the gateway to be used as the next hop for packets to this prefix. More...
 
EFI_IPv6_ADDRESS Destination
 The destination prefix to be routed. More...
 
UINT8 PrefixLength
 The length of the prefix associated with the Destination. More...
 

Detailed Description

EFI_IP6_ROUTE_TABLE is the entry structure that is used in routing tables.

Definition at line 231 of file Ip6.h.

Field Documentation

◆ 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 237 of file Ip6.h.

◆ Destination

EFI_IPv6_ADDRESS EFI_IP6_ROUTE_TABLE::Destination

The destination prefix to be routed.

Definition at line 241 of file Ip6.h.

◆ PrefixLength

UINT8 EFI_IP6_ROUTE_TABLE::PrefixLength

The length of the prefix associated with the Destination.

Definition at line 245 of file Ip6.h.


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