|
XenevaOS
|
#include <DevicePath.h>

| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::GatewayIpAddress |
The gateway IP address
| EFI_DEVICE_PATH_PROTOCOL IPv6_DEVICE_PATH::Header |
| 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.
| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::LocalIpAddress |
The local IPv6 address.
| UINT16 IPv6_DEVICE_PATH::LocalPort |
The local port number.
| UINT8 IPv6_DEVICE_PATH::PrefixLength |
The prefix length
| UINT16 IPv6_DEVICE_PATH::Protocol |
The network protocol(i.e. UDP, TCP).
| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::RemoteIpAddress |
The remote IPv6 address.
| UINT16 IPv6_DEVICE_PATH::RemotePort |
The remote port number.