XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_IP6_ROUTE_TABLE Struct Reference

#include <Ip6.h>

Collaboration diagram for EFI_IP6_ROUTE_TABLE:
Collaboration graph
[legend]

Public Attributes

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

Member Data Documentation

◆ Destination

EFI_IPv6_ADDRESS EFI_IP6_ROUTE_TABLE::Destination

The destination prefix to be routed.

◆ 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.

◆ PrefixLength

UINT8 EFI_IP6_ROUTE_TABLE::PrefixLength

The length of the prefix associated with the Destination.


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