Searched defs:Ipv6Supported (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DNetworkInterfaceIdentifier.h72 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE. member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
H A DPxeBaseCode.h269 BOOLEAN Ipv6Supported; member in struct:__anon12276
314 addresses will be used in this session. If UseIpv6 is TRUE, and the Ipv6Supported
362 @retval EFI_UNSUPPORTED UseIpv6 is TRUE, but the Ipv6Supported field of the
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DNetworkInterfaceIdentifier.h74 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE. member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c26 addresses will be used in this session. If UseIpv6 is TRUE, and the Ipv6Supported
39 @retval EFI_UNSUPPORTED UseIpv6 is TRUE, but the Ipv6Supported field of the
74 if (UseIpv6 && Mode->Ipv6Available && Mode->Ipv6Supported && Private->Ip6Nic != NULL) {
276 BOOLEAN Ipv6Supported; local
285 Ipv6Supported = Mode->Ipv6Supported;
354 Mode->Ipv6Supported = Ipv6Supported;

Completed in 51 milliseconds