Searched refs:Ipv6Supported (Results 1 - 6 of 6) 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;
H A DPxeBcDriver.c1239 Private->Mode.Ipv6Supported = TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c438 UNDI32Device->NIIProtocol_31.Ipv6Supported = FALSE;

Completed in 66 milliseconds