#include <NetworkInterfaceIdentifier.h>
Data Fields | |
| UINT64 | Revision |
| The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol. | |
| UINT64 | ID |
| Address of the first byte of the identifying structure for this network interface. | |
| UINT64 | ImageAddr |
| Address of the first byte of the identifying structure for this network interface. | |
| UINT32 | ImageSize |
| Size of unrelocated network interface image. | |
| CHAR8 | StringId [4] |
| A four-character ASCII string that is sent in the class identifier field of option 60 in DHCP. | |
| UINT8 | Type |
| Network interface type. | |
| UINT8 | MajorVer |
| Major version number. | |
| UINT8 | MinorVer |
| Minor version number. | |
| BOOLEAN | Ipv6Supported |
| TRUE if the network interface supports IPv6; otherwise FALSE. | |
| UINT8 | IfNum |
| The network interface number that is being identified by this Network Interface Identifier Protocol. | |
Definition at line 50 of file NetworkInterfaceIdentifier.h.
The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
Definition at line 51 of file NetworkInterfaceIdentifier.h.
Referenced by efi_snp_driver_start().
Address of the first byte of the identifying structure for this network interface.
This is only valid when the network interface is started (see Start()). When the network interface is not started, this field is set to zero.
Definition at line 52 of file NetworkInterfaceIdentifier.h.
Address of the first byte of the identifying structure for this network interface.
This is set to zero if there is no structure.
Definition at line 55 of file NetworkInterfaceIdentifier.h.
Size of unrelocated network interface image.
Definition at line 57 of file NetworkInterfaceIdentifier.h.
A four-character ASCII string that is sent in the class identifier field of option 60 in DHCP.
For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
Definition at line 58 of file NetworkInterfaceIdentifier.h.
Referenced by efi_snp_driver_start().
Network interface type.
This will be set to one of the values in EFI_NETWORK_INTERFACE_TYPE.
Definition at line 60 of file NetworkInterfaceIdentifier.h.
TRUE if the network interface supports IPv6; otherwise FALSE.
Definition at line 64 of file NetworkInterfaceIdentifier.h.
The network interface number that is being identified by this Network Interface Identifier Protocol.
This field must be less than or equal to the IFcnt field in the !PXE structure.
Definition at line 65 of file NetworkInterfaceIdentifier.h.
1.5.7.1