Go to the source code of this file.
Data Structures | |
| struct | _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL |
| An optional protocol that is used to describe details about the software layer that is used to produce the Simple Network Protocol. More... | |
Defines | |
| #define | EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID |
| #define | EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION 0x00010000 |
| #define | EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION |
| Revision defined in EFI1.1. | |
Typedefs | |
| typedef struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL | EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL |
| Forward reference for pure ANSI compatability. | |
| typedef EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL | EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE |
| Protocol defined in EFI1.1. | |
Enumerations | |
| enum | EFI_NETWORK_PROTOCOL_TYPE { EfiNetworkInterfaceUndi = 1 } |
Variables | |
| EFI_GUID | gEfiNetworkInterfaceIdentifierProtocolGuid |
| EFI_GUID | gEfiNetworkInterfaceIdentifierProtocolGuid_31 |
Copyright (c) 2006 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file NetworkInterfaceIdentifier.h.
| #define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID |
Value:
{ \
0xE18541CD, 0xF755, 0x4f73, {0x92, 0x8D, 0x64, 0x3C, 0x8A, 0x79, 0xB2, 0x29 } \
}
Definition at line 20 of file NetworkInterfaceIdentifier.h.
| #define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION 0x00010000 |
| #define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION |
Forward reference for pure ANSI compatability.
Definition at line 35 of file NetworkInterfaceIdentifier.h.
Definition at line 42 of file NetworkInterfaceIdentifier.h.
00042 { 00043 EfiNetworkInterfaceUndi = 1 00044 } EFI_NETWORK_PROTOCOL_TYPE;
1.5.7.1