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

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_IPv6_ADDRESS LocalIpAddress
 
EFI_IPv6_ADDRESS RemoteIpAddress
 
UINT16 LocalPort
 
UINT16 RemotePort
 
UINT16 Protocol
 
UINT8 IpAddressOrigin
 
UINT8 PrefixLength
 
EFI_IPv6_ADDRESS GatewayIpAddress
 

Detailed Description

Definition at line 608 of file DevicePath.h.

Field Documentation

◆ GatewayIpAddress

EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::GatewayIpAddress

The gateway IP address

Definition at line 645 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL IPv6_DEVICE_PATH::Header

Definition at line 609 of file DevicePath.h.

◆ IpAddressOrigin

UINT8 IPv6_DEVICE_PATH::IpAddressOrigin

0x00 - The Local IP Address was manually configured. 0x01 - The Local IP Address is assigned through IPv6 stateless auto-configuration. 0x02 - The Local IP Address is assigned through IPv6 stateful configuration.

Definition at line 637 of file DevicePath.h.

◆ LocalIpAddress

EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::LocalIpAddress

The local IPv6 address.

Definition at line 613 of file DevicePath.h.

◆ LocalPort

UINT16 IPv6_DEVICE_PATH::LocalPort

The local port number.

Definition at line 621 of file DevicePath.h.

◆ PrefixLength

UINT8 IPv6_DEVICE_PATH::PrefixLength

The prefix length

Definition at line 641 of file DevicePath.h.

◆ Protocol

UINT16 IPv6_DEVICE_PATH::Protocol

The network protocol(i.e. UDP, TCP).

Definition at line 629 of file DevicePath.h.

◆ RemoteIpAddress

EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::RemoteIpAddress

The remote IPv6 address.

Definition at line 617 of file DevicePath.h.

◆ RemotePort

UINT16 IPv6_DEVICE_PATH::RemotePort

The remote port number.

Definition at line 625 of file DevicePath.h.


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