NetworkPkg/Ip6Dxe/Ip6ConfigNv.h File Reference


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 []

Detailed Description

The header file of Ip6ConfigNv.c.

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 Documentation

#define IP6_ADDRESS_DELIMITER   L' '

#define IP6_ETHERNET   L"Ethernet"

#define IP6_EXPERIMENTAL_ETHERNET   L"Experimental Ethernet"

#define IP6_LINK_LOCAL_PREFIX   L"FE80::"


Enumeration Type Documentation

Enumerator:
Ip6ConfigNvHostAddress 
Ip6ConfigNvGatewayAddress 
Ip6ConfigNvDnsAddress 
Ip6ConfigNvRouteTable 

Enumerator:
Ip6InterfaceTypeEthernet 
Ip6InterfaceTypeExperimentalEthernet 


Function Documentation

EFI_STATUS Ip6ConfigFormInit ( IN OUT IP6_CONFIG_INSTANCE Instance  ) 

Install HII Config Access protocol for network device and allocate resources.

Parameters:
[in,out] Instance The IP6_CONFIG_INSTANCE to create a form.
Return values:
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.

Parameters:
[in,out] Instance The IP6_CONFIG_INSTANCE to unload a form.
Uninstall the HII Config Access protocol for network devices and free up the resources.

Parameters:
[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().


Variable Documentation

UINT8 Ip6ConfigBin[]

Referenced by Ip6ConfigFormInit().

UINT8 Ip6DxeStrings[]

Referenced by Ip6ConfigFormInit().


Generated on Mon Sep 28 08:49:05 2015 for NetworkPkg[ALL] by  doxygen 1.5.7.1