Searched defs:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
55 struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL { struct56 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 network60 UINT64 ImageAddr; ///< The address of the first byte of the identifying structure for this62 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 of65 UINT8 Type; ///< Network interface type. This will be set to one of the values67 UINT8 MajorVer; ///< Major version number.68 UINT8 MinorVer; ///< Minor version number.69 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE.[all …]