IPv6_DEVICE_PATH

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

GatewayIpAddress
EFI_IPv6_ADDRESS GatewayIpAddress;

The gateway IP address

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
IpAddressOrigin
UINT8 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.

LocalIpAddress
EFI_IPv6_ADDRESS LocalIpAddress;

The local IPv6 address.

LocalPort
UINT16 LocalPort;

The local port number.

PrefixLength
UINT8 PrefixLength;

The prefix length

Protocol
UINT16 Protocol;

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

RemoteIpAddress
EFI_IPv6_ADDRESS RemoteIpAddress;

The remote IPv6 address.

RemotePort
UINT16 RemotePort;

The remote port number.

Meta