Data Structures | |
struct | IP6_CONFIG_IFR_NVDATA |
Defines | |
#define | FORMID_MAIN_FORM 1 |
#define | FORMID_MANUAL_CONFIG_FORM 2 |
#define | FORMID_HEAD_FORM 3 |
#define | IP6_POLICY_AUTO 0 |
#define | IP6_POLICY_MANUAL 1 |
#define | DAD_MAX_TRANSMIT_COUNT 10 |
#define | KEY_INTERFACE_ID 0x101 |
#define | KEY_MANUAL_ADDRESS 0x102 |
#define | KEY_GATEWAY_ADDRESS 0x103 |
#define | KEY_DNS_ADDRESS 0x104 |
#define | KEY_SAVE_CHANGES 0x105 |
#define | KEY_SAVE_CONFIG_CHANGES 0x106 |
#define | KEY_IGNORE_CONFIG_CHANGES 0x107 |
#define | KEY_GET_CURRENT_SETTING 0x108 |
#define | HOST_ADDRESS_LABEL 0x9000 |
#define | ROUTE_TABLE_LABEL 0xa000 |
#define | GATEWAY_ADDRESS_LABEL 0xb000 |
#define | DNS_ADDRESS_LABEL 0xc000 |
#define | LABEL_END 0xffff |
#define | INTERFACE_ID_STR_MIN_SIZE 1 |
#define | INTERFACE_ID_STR_MAX_SIZE 23 |
#define | INTERFACE_ID_STR_STORAGE 25 |
#define | IP6_STR_MAX_SIZE 40 |
#define | ADDRESS_STR_MIN_SIZE 2 |
#define | ADDRESS_STR_MAX_SIZE 255 |
Copyright (c) 2010 - 2013, 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 ADDRESS_STR_MAX_SIZE 255 |
Referenced by Ip6ConvertInterfaceInfoToString(), and Ip6GetCurrentSetting().
#define ADDRESS_STR_MIN_SIZE 2 |
#define DAD_MAX_TRANSMIT_COUNT 10 |
#define DNS_ADDRESS_LABEL 0xc000 |
Referenced by Ip6ConvertAddressListToString().
#define FORMID_HEAD_FORM 3 |
#define FORMID_MAIN_FORM 1 |
Referenced by Ip6ConvertAddressListToString(), and IScsiConfigUpdateAttempt().
#define FORMID_MANUAL_CONFIG_FORM 2 |
#define GATEWAY_ADDRESS_LABEL 0xb000 |
Referenced by Ip6ConvertAddressListToString().
#define HOST_ADDRESS_LABEL 0x9000 |
Referenced by Ip6ConvertAddressListToString().
#define INTERFACE_ID_STR_MAX_SIZE 23 |
#define INTERFACE_ID_STR_MIN_SIZE 1 |
#define INTERFACE_ID_STR_STORAGE 25 |
Referenced by Ip6ConvertInterfaceIdToString().
#define IP6_POLICY_AUTO 0 |
#define IP6_POLICY_MANUAL 1 |
Referenced by Ip6ConvertConfigNvDataToIfrNvData(), and Ip6ConvertIfrNvDataToConfigNvDataGeneral().
#define IP6_STR_MAX_SIZE 40 |
Referenced by Ip6ToStr().
#define KEY_DNS_ADDRESS 0x104 |
Referenced by Ip6FormCallback().
#define KEY_GATEWAY_ADDRESS 0x103 |
Referenced by Ip6FormCallback().
#define KEY_GET_CURRENT_SETTING 0x108 |
Referenced by Ip6FormCallback().
#define KEY_IGNORE_CONFIG_CHANGES 0x107 |
Referenced by Ip6FormCallback().
#define KEY_INTERFACE_ID 0x101 |
Referenced by Ip6FormCallback().
#define KEY_MANUAL_ADDRESS 0x102 |
Referenced by Ip6FormCallback().
#define KEY_SAVE_CHANGES 0x105 |
Referenced by Ip6FormCallback().
#define KEY_SAVE_CONFIG_CHANGES 0x106 |
Referenced by Ip6FormCallback().
label LABEL_END 0xffff |
Referenced by Ip6CreateOpCode(), and IScsiCreateOpCode().
#define ROUTE_TABLE_LABEL 0xa000 |
Referenced by Ip6ConvertAddressListToString().