]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: Add IN/OUT modifier.
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jan 2011 05:18:29 +0000 (05:18 +0000)
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jan 2011 05:18:29 +0000 (05:18 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11262 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c
NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.h
NetworkPkg/Application/VConfig/VConfig.c
NetworkPkg/IpSecDxe/Ikev2/Payload.c
NetworkPkg/NetworkPkg.dec

index cc9f0b3121e57be4b030849cef6da014c99e2e80..b50ab7e5740c563bbc6ff3a91646ecced594a746 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation of policy entry operation function in IpSecConfig application.\r
 \r
 /** @file\r
   The implementation of policy entry operation function in IpSecConfig application.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -1517,9 +1517,9 @@ CombineSpdEntry (
 EFI_STATUS\r
 CombineSadEntry (\r
   IN OUT EFI_IPSEC_SA_ID      *OldSaId,\r
 EFI_STATUS\r
 CombineSadEntry (\r
   IN OUT EFI_IPSEC_SA_ID      *OldSaId,\r
-  IN OUT EFI_IPSEC_SA_DATA2    *OldData,\r
+  IN OUT EFI_IPSEC_SA_DATA2   *OldData,\r
   IN     EFI_IPSEC_SA_ID      *NewSaId,\r
   IN     EFI_IPSEC_SA_ID      *NewSaId,\r
-  IN     EFI_IPSEC_SA_DATA2    *NewData,\r
+  IN     EFI_IPSEC_SA_DATA2   *NewData,\r
   IN     UINT32               Mask,\r
      OUT BOOLEAN              *CreateNew\r
   )\r
   IN     UINT32               Mask,\r
      OUT BOOLEAN              *CreateNew\r
   )\r
index 7ae00b2092332ed751595bf4751f2b749353fd10..4514d2f8d2ddd197ab7e1817b35757900fc7276a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The function declaration of policy entry operation in IpSecConfig application.\r
 \r
 /** @file\r
   The function declaration of policy entry operation in IpSecConfig application.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -115,12 +115,12 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (* COMBINE_POLICY_ENTRY) (\r
 typedef\r
 EFI_STATUS\r
 (* COMBINE_POLICY_ENTRY) (\r
-  EFI_IPSEC_CONFIG_SELECTOR    *OldSelector,\r
-  VOID                         *OldData,\r
-  EFI_IPSEC_CONFIG_SELECTOR    *NewSelector,\r
-  VOID                         *NewData,\r
-  UINT32                       Mask,\r
-  BOOLEAN                      *CreateNew\r
+  IN OUT EFI_IPSEC_CONFIG_SELECTOR    *OldSelector,\r
+  IN OUT VOID                         *OldData,\r
+  IN     EFI_IPSEC_CONFIG_SELECTOR    *NewSelector,\r
+  IN     VOID                         *NewData,\r
+  IN     UINT32                       Mask,\r
+     OUT BOOLEAN                      *CreateNew\r
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
index c948131ffc4c3315671363e58ea5d44eb2491ca3..73217580f825815889af0f04c5488baef4cf7c3c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Shell application for VLAN configuration.\r
 \r
 /** @file\r
   Shell application for VLAN configuration.\r
 \r
-  Copyright (C) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (C) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -491,7 +491,7 @@ Exit:
 **/\r
 VOID\r
 DeleteVlan (\r
 **/\r
 VOID\r
 DeleteVlan (\r
-  CHAR16 *ParamStr\r
+  IN CHAR16 *ParamStr\r
   )\r
 {\r
   CHAR16                    *Name;\r
   )\r
 {\r
   CHAR16                    *Name;\r
index 0b836173894d14bf3217a98b2ac3cb8175b09446..438b437aecd6dc200bd49926863b48cb68c0c282 100644 (file)
@@ -1577,8 +1577,8 @@ ClearAllPayloads (
 **/\r
 IKEV2_SA*\r
 Ikev2EncodeSa (\r
 **/\r
 IKEV2_SA*\r
 Ikev2EncodeSa (\r
-  IKEV2_SESSION_COMMON *SessionCommon,\r
-  IKEV2_SA_DATA        *SaData\r
+  IN IKEV2_SESSION_COMMON *SessionCommon,\r
+  IN IKEV2_SA_DATA        *SaData\r
   )\r
 {\r
   IKEV2_SA              *Sa;\r
   )\r
 {\r
   IKEV2_SA              *Sa;\r
@@ -1730,8 +1730,8 @@ Ikev2EncodeSa (
 **/\r
 IKEV2_SA_DATA *\r
 Ikev2DecodeSa (\r
 **/\r
 IKEV2_SA_DATA *\r
 Ikev2DecodeSa (\r
-  IKEV2_SESSION_COMMON *SessionCommon,\r
-  IKEV2_SA             *Sa\r
+  IN IKEV2_SESSION_COMMON *SessionCommon,\r
+  IN IKEV2_SA             *Sa\r
   )\r
 {\r
   IKEV2_SA_DATA         *SaData;\r
   )\r
 {\r
   IKEV2_SA_DATA         *SaData;\r
index dea4df43f093f9825219dde3c75e7a9bde7a8acf..5c331cd7a6ac530a2428a4a745443234e48ccc1b 100644 (file)
@@ -20,7 +20,7 @@
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
   PACKAGE_VERSION                = 0.92\r
 [Guids]\r
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
   PACKAGE_VERSION                = 0.92\r
 [Guids]\r
-  ## LocalNetwork package token space guid\r
+  ## Network package token space guid.\r
   # Include/Guid/NetworkPkgTokenSpace.h\r
   gEfiNetworkPkgTokenSpaceGuid  = { 0x40e064b2, 0x0ae0, 0x48b1, { 0xa0, 0x7d, 0xf8, 0xcf, 0x1e, 0x1a, 0x23, 0x10}}\r
   \r
   # Include/Guid/NetworkPkgTokenSpace.h\r
   gEfiNetworkPkgTokenSpaceGuid  = { 0x40e064b2, 0x0ae0, 0x48b1, { 0xa0, 0x7d, 0xf8, 0xcf, 0x1e, 0x1a, 0x23, 0x10}}\r
   \r