IPv4_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_IPv4_ADDRESS GatewayIpAddress;

The gateway IP address

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
LocalIpAddress
EFI_IPv4_ADDRESS LocalIpAddress;

The local IPv4 address.

LocalPort
UINT16 LocalPort;

The local port number.

Protocol
UINT16 Protocol;

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

RemoteIpAddress
EFI_IPv4_ADDRESS RemoteIpAddress;

The remote IPv4 address.

RemotePort
UINT16 RemotePort;

The remote port number.

StaticIpAddress
BOOLEAN StaticIpAddress;

0x00 - The Source IP Address was assigned though DHCP. 0x01 - The Source IP Address is statically bound.

SubnetMask
EFI_IPv4_ADDRESS SubnetMask;

The subnet mask

Meta