|
iPXE
|
#include <DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| EFI_IPv6_ADDRESS | LocalIpAddress |
| The local IPv6 address. More... | |
| EFI_IPv6_ADDRESS | RemoteIpAddress |
| The remote IPv6 address. More... | |
| UINT16 | LocalPort |
| The local port number. More... | |
| UINT16 | RemotePort |
| The remote port number. More... | |
| UINT16 | Protocol |
| The network protocol(i.e. More... | |
| UINT8 | IpAddressOrigin |
| 0x00 - The Local IP Address was manually configured. More... | |
| UINT8 | PrefixLength |
| The prefix length. More... | |
| EFI_IPv6_ADDRESS | GatewayIpAddress |
| The gateway IP address. More... | |
Definition at line 611 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL IPv6_DEVICE_PATH::Header |
Definition at line 612 of file DevicePath.h.
| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::LocalIpAddress |
The local IPv6 address.
Definition at line 616 of file DevicePath.h.
| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::RemoteIpAddress |
The remote IPv6 address.
Definition at line 620 of file DevicePath.h.
| UINT16 IPv6_DEVICE_PATH::LocalPort |
The local port number.
Definition at line 624 of file DevicePath.h.
| UINT16 IPv6_DEVICE_PATH::RemotePort |
The remote port number.
Definition at line 628 of file DevicePath.h.
| UINT16 IPv6_DEVICE_PATH::Protocol |
| 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 640 of file DevicePath.h.
| UINT8 IPv6_DEVICE_PATH::PrefixLength |
The prefix length.
Definition at line 644 of file DevicePath.h.
| EFI_IPv6_ADDRESS IPv6_DEVICE_PATH::GatewayIpAddress |
The gateway IP address.
Definition at line 648 of file DevicePath.h.
1.8.15