Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DNetworkInterfaceIdentifier.h55 struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL { struct
56 UINT64 Revision; ///< The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
57 … Id; ///< The address of the first byte of the identifying structure for this network
60 UINT64 ImageAddr; ///< The address of the first byte of the identifying structure for this
62 UINT32 ImageSize; ///< The size of unrelocated network interface image.
63 … StringId[4]; ///< A four-character ASCII string that is sent in the class identifier field of
65 UINT8 Type; ///< Network interface type. This will be set to one of the values
67 UINT8 MajorVer; ///< Major version number.
68 UINT8 MinorVer; ///< Minor version number.
69 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE.
[all …]