Home
last modified time | relevance | path

Searched defs:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DNetworkInterfaceIdentifier.h50 struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL { struct
51 UINT64 Revision; ///< The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
52 UINT64 ID; ///< Address of the first byte of the identifying structure for this network
55 UINT64 ImageAddr; ///< Address of the first byte of the identifying structure for this
57 UINT32 ImageSize; ///< Size of unrelocated network interface image.
58 …R8 StringId[4];///< A four-character ASCII string that is sent in the class identifier field of
60 UINT8 Type; ///< Network interface type. This will be set to one of the values
62 UINT8 MajorVer; ///< Major version number.
63 UINT8 MinorVer; ///< Minor version number.
64 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE.
[all …]