TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Ip4Config2.h>
Data Fields | |
CHAR16 | Name [EFI_IP4_CONFIG2_INTERFACE_INFO_NAME_SIZE] |
UINT8 | IfType |
UINT32 | HwAddressSize |
EFI_MAC_ADDRESS | HwAddress |
EFI_IPv4_ADDRESS | StationAddress |
EFI_IPv4_ADDRESS | SubnetMask |
UINT32 | RouteTableSize |
EFI_IP4_ROUTE_TABLE *RouteTable | OPTIONAL |
EFI_IP4_CONFIG2_INTERFACE_INFO
Definition at line 86 of file Ip4Config2.h.
EFI_MAC_ADDRESS EFI_IP4_CONFIG2_INTERFACE_INFO::HwAddress |
The hardware address for the network interface.
Definition at line 103 of file Ip4Config2.h.
UINT32 EFI_IP4_CONFIG2_INTERFACE_INFO::HwAddressSize |
The size, in bytes, of the network interface's hardware address.
Definition at line 99 of file Ip4Config2.h.
UINT8 EFI_IP4_CONFIG2_INTERFACE_INFO::IfType |
The interface type of the network interface. See RFC 1700, section "Number Hardware Type".
Definition at line 95 of file Ip4Config2.h.
CHAR16 EFI_IP4_CONFIG2_INTERFACE_INFO::Name[EFI_IP4_CONFIG2_INTERFACE_INFO_NAME_SIZE] |
The name of the interface. It is a NULL-terminated Unicode string.
Definition at line 90 of file Ip4Config2.h.
EFI_IP4_ROUTE_TABLE* RouteTable EFI_IP4_CONFIG2_INTERFACE_INFO::OPTIONAL |
The route table of the IPv4 network stack runs on this interface. Set to NULL if RouteTableSize is zero. Type EFI_IP4_ROUTE_TABLE is defined in EFI_IP4_PROTOCOL.GetModeData().
Definition at line 121 of file Ip4Config2.h.
UINT32 EFI_IP4_CONFIG2_INTERFACE_INFO::RouteTableSize |
Size of the following RouteTable, in bytes. May be zero.
Definition at line 115 of file Ip4Config2.h.
EFI_IPv4_ADDRESS EFI_IP4_CONFIG2_INTERFACE_INFO::StationAddress |
The station IPv4 address of this EFI IPv4 network stack.
Definition at line 107 of file Ip4Config2.h.
EFI_IPv4_ADDRESS EFI_IP4_CONFIG2_INTERFACE_INFO::SubnetMask |
The subnet address mask that is associated with the station address.
Definition at line 111 of file Ip4Config2.h.