TianoCore EDK2 master
|
#include <Guid/Ip6ConfigHii.h>
Go to the source code of this file.
Data Structures | |
struct | IP6_CONFIG_IFR_NVDATA |
Macros | |
#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 |
NVData structure used by the IP6 configuration component.
Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Ip6NvData.h.
#define ADDRESS_STR_MAX_SIZE 255 |
Definition at line 43 of file Ip6NvData.h.
#define ADDRESS_STR_MIN_SIZE 2 |
Definition at line 42 of file Ip6NvData.h.
#define DAD_MAX_TRANSMIT_COUNT 10 |
Definition at line 21 of file Ip6NvData.h.
#define DNS_ADDRESS_LABEL 0xc000 |
Definition at line 35 of file Ip6NvData.h.
#define FORMID_HEAD_FORM 3 |
Definition at line 17 of file Ip6NvData.h.
#define FORMID_MAIN_FORM 1 |
Definition at line 15 of file Ip6NvData.h.
#define FORMID_MANUAL_CONFIG_FORM 2 |
Definition at line 16 of file Ip6NvData.h.
#define GATEWAY_ADDRESS_LABEL 0xb000 |
Definition at line 34 of file Ip6NvData.h.
#define HOST_ADDRESS_LABEL 0x9000 |
Definition at line 32 of file Ip6NvData.h.
#define INTERFACE_ID_STR_MAX_SIZE 23 |
Definition at line 39 of file Ip6NvData.h.
#define INTERFACE_ID_STR_MIN_SIZE 1 |
Definition at line 38 of file Ip6NvData.h.
#define INTERFACE_ID_STR_STORAGE 25 |
Definition at line 40 of file Ip6NvData.h.
#define IP6_POLICY_AUTO 0 |
Definition at line 19 of file Ip6NvData.h.
#define IP6_POLICY_MANUAL 1 |
Definition at line 20 of file Ip6NvData.h.
#define IP6_STR_MAX_SIZE 40 |
Definition at line 41 of file Ip6NvData.h.
#define KEY_DNS_ADDRESS 0x104 |
Definition at line 26 of file Ip6NvData.h.
#define KEY_GATEWAY_ADDRESS 0x103 |
Definition at line 25 of file Ip6NvData.h.
#define KEY_GET_CURRENT_SETTING 0x108 |
Definition at line 30 of file Ip6NvData.h.
#define KEY_IGNORE_CONFIG_CHANGES 0x107 |
Definition at line 29 of file Ip6NvData.h.
#define KEY_INTERFACE_ID 0x101 |
Definition at line 23 of file Ip6NvData.h.
#define KEY_MANUAL_ADDRESS 0x102 |
Definition at line 24 of file Ip6NvData.h.
#define KEY_SAVE_CHANGES 0x105 |
Definition at line 27 of file Ip6NvData.h.
#define KEY_SAVE_CONFIG_CHANGES 0x106 |
Definition at line 28 of file Ip6NvData.h.
#define LABEL_END 0xffff |
Definition at line 36 of file Ip6NvData.h.
#define ROUTE_TABLE_LABEL 0xa000 |
Definition at line 33 of file Ip6NvData.h.