TianoCore EDK2 master
Loading...
Searching...
No Matches
Ip4NvData.h File Reference

Go to the source code of this file.

Data Structures

struct  IP4_CONFIG2_IFR_NVDATA
 

Macros

#define FORMID_MAIN_FORM   1
 
#define FORMID_DEVICE_FORM   2
 
#define KEY_ENABLE   0x100
 
#define KEY_DHCP_ENABLE   0x101
 
#define KEY_LOCAL_IP   0x102
 
#define KEY_SUBNET_MASK   0x103
 
#define KEY_GATE_WAY   0x104
 
#define KEY_DNS   0x105
 
#define KEY_SAVE_CHANGES   0x106
 
#define IP_MIN_SIZE   7
 
#define IP_MAX_SIZE   15
 
#define IP4_STR_MAX_SIZE   16
 
#define ADDRESS_STR_MAX_SIZE   255
 
#define MAX_IP4_CONFIG_DNS   16
 

Detailed Description

Routines used to operate the Ip4Dxe.

Copyright (c) 2015, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Ip4NvData.h.

Macro Definition Documentation

◆ ADDRESS_STR_MAX_SIZE

#define ADDRESS_STR_MAX_SIZE   255

Definition at line 28 of file Ip4NvData.h.

◆ FORMID_DEVICE_FORM

#define FORMID_DEVICE_FORM   2

Definition at line 15 of file Ip4NvData.h.

◆ FORMID_MAIN_FORM

#define FORMID_MAIN_FORM   1

Definition at line 14 of file Ip4NvData.h.

◆ IP4_STR_MAX_SIZE

#define IP4_STR_MAX_SIZE   16

Definition at line 27 of file Ip4NvData.h.

◆ IP_MAX_SIZE

#define IP_MAX_SIZE   15

Definition at line 26 of file Ip4NvData.h.

◆ IP_MIN_SIZE

#define IP_MIN_SIZE   7

Definition at line 25 of file Ip4NvData.h.

◆ KEY_DHCP_ENABLE

#define KEY_DHCP_ENABLE   0x101

Definition at line 18 of file Ip4NvData.h.

◆ KEY_DNS

#define KEY_DNS   0x105

Definition at line 22 of file Ip4NvData.h.

◆ KEY_ENABLE

#define KEY_ENABLE   0x100

Definition at line 17 of file Ip4NvData.h.

◆ KEY_GATE_WAY

#define KEY_GATE_WAY   0x104

Definition at line 21 of file Ip4NvData.h.

◆ KEY_LOCAL_IP

#define KEY_LOCAL_IP   0x102

Definition at line 19 of file Ip4NvData.h.

◆ KEY_SAVE_CHANGES

#define KEY_SAVE_CHANGES   0x106

Definition at line 23 of file Ip4NvData.h.

◆ KEY_SUBNET_MASK

#define KEY_SUBNET_MASK   0x103

Definition at line 20 of file Ip4NvData.h.

◆ MAX_IP4_CONFIG_DNS

#define MAX_IP4_CONFIG_DNS   16

Definition at line 29 of file Ip4NvData.h.