Defines | |
#define | IP6_ETHERNET L"Ethernet" |
#define | IP6_EXPERIMENTAL_ETHERNET L"Experimental Ethernet" |
#define | IP6_ADDRESS_DELIMITER L' ' |
#define | IP6_LINK_LOCAL_PREFIX L"FE80::" |
Enumerations | |
enum | IP6_INTERFACE_TYPE { Ip6InterfaceTypeEthernet = 1, Ip6InterfaceTypeExperimentalEthernet } |
enum | IP6_CONFIG_NV_ADDRESS_TYPE { Ip6ConfigNvHostAddress, Ip6ConfigNvGatewayAddress, Ip6ConfigNvDnsAddress, Ip6ConfigNvRouteTable } |
Functions | |
EFI_STATUS | Ip6ConfigFormInit (IN OUT IP6_CONFIG_INSTANCE *Instance) |
VOID | Ip6ConfigFormUnload (IN OUT IP6_CONFIG_INSTANCE *Instance) |
Variables | |
UINT8 | Ip6ConfigBin [] |
UINT8 | Ip6DxeStrings [] |
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define IP6_ADDRESS_DELIMITER L' ' |
Referenced by Ip6ConvertAddressListToString(), and Ip6ParseAddressListFromString().
#define IP6_ETHERNET L"Ethernet" |
Referenced by Ip6ConvertInterfaceInfoToString().
#define IP6_EXPERIMENTAL_ETHERNET L"Experimental Ethernet" |
Referenced by Ip6ConvertInterfaceInfoToString().
#define IP6_LINK_LOCAL_PREFIX L"FE80::" |
enum IP6_INTERFACE_TYPE |
EFI_STATUS Ip6ConfigFormInit | ( | IN OUT IP6_CONFIG_INSTANCE * | Instance | ) |
Install HII Config Access protocol for network device and allocate resources.
[in,out] | Instance | The IP6_CONFIG_INSTANCE to create a form. |
EFI_SUCCESS | The HII Config Access protocol is installed. | |
EFI_OUT_OF_RESOURCES | Failed to allocate memory. | |
Others | Other errors as indicated. |
References _IP6_FORM_CALLBACK_INFO::ChildHandle, _IP6_SERVICE::Controller, gIp6ConfigNvDataGuid, _IP6_FORM_CALLBACK_INFO::HiiConfigAccess, _IP6_FORM_CALLBACK_INFO::HiiVendorDevicePath, _IP6_SERVICE::Image, IP6_FORM_CALLBACK_INFO_SIGNATURE, IP6_SERVICE_FROM_IP6_CONFIG_INSTANCE, Ip6ConfigBin, Ip6ConfigFormUnload(), Ip6DxeStrings, Ip6FormCallback(), Ip6FormExtractConfig(), Ip6FormRouteConfig(), _IP6_FORM_CALLBACK_INFO::RegisteredHandle, and _IP6_FORM_CALLBACK_INFO::Signature.
Referenced by Ip6ConfigInitInstance().
VOID Ip6ConfigFormUnload | ( | IN OUT IP6_CONFIG_INSTANCE * | Instance | ) |
Uninstall HII Config Access protocol for network device and free resource.
[in,out] | Instance | The IP6_CONFIG_INSTANCE to unload a form. |
[in,out] | Instance | The IP6_CONFIG_INSTANCE to unload a form. |
References _IP6_FORM_CALLBACK_INFO::ChildHandle, _IP6_SERVICE::Controller, IP6_CONFIG_NVDATA::DnsAddress, IP6_CONFIG_NVDATA::DnsAddressCount, IP6_CONFIG_NVDATA::GatewayAddress, IP6_CONFIG_NVDATA::GatewayAddressCount, _IP6_FORM_CALLBACK_INFO::HiiConfigAccess, _IP6_FORM_CALLBACK_INFO::HiiVendorDevicePath, _IP6_SERVICE::Image, IP6_SERVICE_FROM_IP6_CONFIG_INSTANCE, Ip6FreeAddressInfoList(), IP6_CONFIG_NVDATA::ManualAddress, IP6_CONFIG_NVDATA::ManualAddressCount, and _IP6_FORM_CALLBACK_INFO::RegisteredHandle.
Referenced by Ip6ConfigCleanInstance(), and Ip6ConfigFormInit().
UINT8 Ip6ConfigBin[] |
Referenced by Ip6ConfigFormInit().
UINT8 Ip6DxeStrings[] |
Referenced by Ip6ConfigFormInit().