Searched defs:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL (Results 1 – 1 of 1) sorted by relevance
50 struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL { struct51 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 network55 UINT64 ImageAddr; ///< Address of the first byte of the identifying structure for this57 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 of60 UINT8 Type; ///< Network interface type. This will be set to one of the values62 UINT8 MajorVer; ///< Major version number.63 UINT8 MinorVer; ///< Minor version number.64 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE.[all …]