|
iPXE
|
#include <DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| EFI_IPv4_ADDRESS | LocalIpAddress |
| The local IPv4 address. More... | |
| EFI_IPv4_ADDRESS | RemoteIpAddress |
| The remote IPv4 address. More... | |
| UINT16 | LocalPort |
| The local port number. More... | |
| UINT16 | RemotePort |
| The remote port number. More... | |
| UINT16 | Protocol |
| The network protocol(i.e. More... | |
| BOOLEAN | StaticIpAddress |
| 0x00 - The Source IP Address was assigned though DHCP. More... | |
| EFI_IPv4_ADDRESS | GatewayIpAddress |
| The gateway IP address. More... | |
| EFI_IPv4_ADDRESS | SubnetMask |
| The subnet mask. More... | |
Definition at line 570 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL IPv4_DEVICE_PATH::Header |
Definition at line 571 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::LocalIpAddress |
The local IPv4 address.
Definition at line 575 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::RemoteIpAddress |
The remote IPv4 address.
Definition at line 579 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::LocalPort |
The local port number.
Definition at line 583 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::RemotePort |
The remote port number.
Definition at line 587 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::Protocol |
| BOOLEAN IPv4_DEVICE_PATH::StaticIpAddress |
0x00 - The Source IP Address was assigned though DHCP.
0x01 - The Source IP Address is statically bound.
Definition at line 596 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::GatewayIpAddress |
The gateway IP address.
Definition at line 600 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::SubnetMask |
The subnet mask.
Definition at line 604 of file DevicePath.h.
1.8.15