|
iPXE
|
EFI_IP4_CONFIG2_INTERFACE_INFO. More...
#include <Ip4Config2.h>
Data Fields | |
| CHAR16 | Name [EFI_IP4_CONFIG2_INTERFACE_INFO_NAME_SIZE] |
| The name of the interface. | |
| UINT8 | IfType |
| The interface type of the network interface. | |
| UINT32 | HwAddressSize |
| The size, in bytes, of the network interface's hardware address. | |
| EFI_MAC_ADDRESS | HwAddress |
| The hardware address for the network interface. | |
| EFI_IPv4_ADDRESS | StationAddress |
| The station IPv4 address of this EFI IPv4 network stack. | |
| EFI_IPv4_ADDRESS | SubnetMask |
| The subnet address mask that is associated with the station address. | |
| UINT32 | RouteTableSize |
| Size of the following RouteTable, in bytes. | |
| EFI_IP4_ROUTE_TABLE *RouteTable | OPTIONAL |
| The route table of the IPv4 network stack runs on this interface. | |
EFI_IP4_CONFIG2_INTERFACE_INFO.
Definition at line 89 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 93 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 98 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 102 of file Ip4Config2.h.
| EFI_MAC_ADDRESS EFI_IP4_CONFIG2_INTERFACE_INFO::HwAddress |
The hardware address for the network interface.
Definition at line 106 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 110 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 114 of file Ip4Config2.h.
| UINT32 EFI_IP4_CONFIG2_INTERFACE_INFO::RouteTableSize |
Size of the following RouteTable, in bytes.
May be zero.
Definition at line 118 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 124 of file Ip4Config2.h.