EFI_IP4_IPCONFIG_DATA Struct Reference


Data Fields

EFI_IPv4_ADDRESS StationAddress
EFI_IPv4_ADDRESS SubnetMask
UINT32 RouteTableSize
EFI_IP4_ROUTE_TABLERouteTable

Detailed Description

EFI_IP4_IPCONFIG_DATA contains the minimum IPv4 configuration data that is needed to start basic network communication. The StationAddress and SubnetMask must be a valid unicast IP address and subnet mask. If RouteTableSize is not zero, then RouteTable contains a properly formatted routing table for the StationAddress/SubnetMask, with the last entry in the table being the default route.

Field Documentation

Default routing table data (stored in network byte order). Ignored if RouteTableSize is zero.

Number of entries in the following RouteTable. May be zero.

Default station IP address, stored in network byte order.

Default subnet mask, stored in network byte order.


Generated on Wed Sep 23 16:24:27 2015 for MdePkg[ALL] by  doxygen 1.5.7.1