summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h')
-rw-r--r--MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h b/MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h
index 4b14627..635ffdb 100644
--- a/MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h
+++ b/MdeModulePkg/Universal/Network/Ip4ConfigDxe/NicIp4Variable.h
@@ -1,23 +1,15 @@
/** @file
+ Routines used to operate the Ip4 configure variable
-Copyright (c) 2006 - 2008, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation.<BR>
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
+which accompanies this distribution. The full text of the license may be found at<BR>
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.
-Module Name:
-
- NicIp4Variable.h
-
-Abstract:
-
- Routines used to operate the Ip4 configure variable
-
-
**/
#ifndef _NIC_IP4_VARIABLE_H_
@@ -96,7 +88,7 @@ Ip4ConfigWriteVariable (
@param NicAddr The interface address to check
@return The point to the NIC's IP4 configure info if it is found
- @return in the IP4 variable, otherwise NULL.
+ in the IP4 variable, otherwise NULL.
**/
NIC_IP4_CONFIG_INFO *
@@ -127,6 +119,15 @@ Ip4ConfigModifyVariable (
IN NIC_IP4_CONFIG_INFO *Config OPTIONAL
);
+/**
+ Fix the RouteTable pointer in an EFI_IP4_IPCONFIG_DATA structure.
+
+ The pointer is set to be immediately follow the ConfigData if there're entries
+ in the RouteTable. Otherwise it is set to NULL.
+
+ @param ConfigData The IP4 IP configure data.
+
+**/
VOID
Ip4ConfigFixRouteTablePointer (
IN EFI_IP4_IPCONFIG_DATA *ConfigData