|
TianoCore EDK2 master
|
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| EFI_IPv4_ADDRESS | LocalIpAddress |
| EFI_IPv4_ADDRESS | RemoteIpAddress |
| UINT16 | LocalPort |
| UINT16 | RemotePort |
| UINT16 | Protocol |
| BOOLEAN | StaticIpAddress |
| EFI_IPv4_ADDRESS | GatewayIpAddress |
| EFI_IPv4_ADDRESS | SubnetMask |
Definition at line 567 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::GatewayIpAddress |
The gateway IP address
Definition at line 597 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL IPv4_DEVICE_PATH::Header |
Definition at line 568 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::LocalIpAddress |
The local IPv4 address.
Definition at line 572 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::LocalPort |
The local port number.
Definition at line 580 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::Protocol |
The network protocol(i.e. UDP, TCP).
Definition at line 588 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::RemoteIpAddress |
The remote IPv4 address.
Definition at line 576 of file DevicePath.h.
| UINT16 IPv4_DEVICE_PATH::RemotePort |
The remote port number.
Definition at line 584 of file DevicePath.h.
| 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 593 of file DevicePath.h.
| EFI_IPv4_ADDRESS IPv4_DEVICE_PATH::SubnetMask |
The subnet mask
Definition at line 601 of file DevicePath.h.