]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: comments clean up.
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jan 2011 08:00:22 +0000 (08:00 +0000)
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jan 2011 08:00:22 +0000 (08:00 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11263 6f19259b-4bc3-4df7-8a09-765794883524

19 files changed:
NetworkPkg/Application/IfConfig6/IfConfig6.c
NetworkPkg/Application/IpsecConfig/PolicyEntryOperation.c
NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c
NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
NetworkPkg/Ip6Dxe/Ip6Nd.c
NetworkPkg/Ip6Dxe/Ip6Nd.h
NetworkPkg/IpSecDxe/IkeService.c
NetworkPkg/IpSecDxe/IkeService.h
NetworkPkg/IpSecDxe/IpSecConfigImpl.h
NetworkPkg/IpSecDxe/IpSecCryptIo.c
NetworkPkg/IpSecDxe/IpSecCryptIo.h
NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c
NetworkPkg/Mtftp6Dxe/Mtftp6Driver.h
NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c
NetworkPkg/NetworkPkg.dec
NetworkPkg/TcpDxe/TcpDriver.c
NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c
NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h

index b2eada639a6eae291978397d4ebbc541a2cad151..7a1b2c87f69547aeadd7c7290da726692434c761 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation for Shell application IfConfig6.\r
 \r
 /** @file\r
   The implementation for Shell application IfConfig6.\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
@@ -236,8 +236,8 @@ IfConfig6RetriveCheckListByName(
 /**\r
   The notify function of create event when performing a manual config.\r
 \r
 /**\r
   The notify function of create event when performing a manual config.\r
 \r
-  @param[in]    CheckList    The pointer of Event.\r
-  @param[in]    Context      The pointer of Context.\r
+  @param[in]    Event        The event this notify function registered to.\r
+  @param[in]    Context      Pointer to the context data registered to the event.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
@@ -346,7 +346,7 @@ IfConfig6PrintIpAddr (
 \r
   @param[in, out]    Arg        The pointer of the address of ARG_LIST which save Args with the "-s" option.\r
   @param[out]        Buf        The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.\r
 \r
   @param[in, out]    Arg        The pointer of the address of ARG_LIST which save Args with the "-s" option.\r
   @param[out]        Buf        The pointer of the address of EFI_IP6_CONFIG_MANUAL_ADDRESS.\r
-  @param[out]        Address    The pointer of BufSize that describes the size of Buf in bytes.\r
+  @param[out]        BufSize    The pointer of BufSize that describes the size of Buf in bytes.\r
 \r
   @retval EFI_SUCCESS    The convertion is successful.\r
   @retval Others         Does't find the host address, or it is an invalid IPv6 address in string format.\r
 \r
   @retval EFI_SUCCESS    The convertion is successful.\r
   @retval Others         Does't find the host address, or it is an invalid IPv6 address in string format.\r
@@ -448,7 +448,7 @@ ON_ERROR:
 \r
   @param[in, out]    Arg        The pointer of the address of ARG_LIST that save Args with the "-s" option.\r
   @param[out]        Buf        The pointer of the address of EFI_IPv6_ADDRESS.\r
 \r
   @param[in, out]    Arg        The pointer of the address of ARG_LIST that save Args with the "-s" option.\r
   @param[out]        Buf        The pointer of the address of EFI_IPv6_ADDRESS.\r
-  @param[out]        Address    The pointer of BufSize that describes the size of Buf in bytes.\r
+  @param[out]        BufSize    The pointer of BufSize that describes the size of Buf in bytes.\r
 \r
   @retval EFI_SUCCESS    The conversion is successful.\r
   @retval Others         Doesn't find the host address, or it is an invalid IPv6 address in string format.\r
 \r
   @retval EFI_SUCCESS    The conversion is successful.\r
   @retval Others         Doesn't find the host address, or it is an invalid IPv6 address in string format.\r
index b50ab7e5740c563bbc6ff3a91646ecced594a746..d8330bcce095c682411a6a51ec8832e4c7ca31a5 100644 (file)
@@ -25,7 +25,7 @@
 \r
   @param[out]     Selector        The pointer to the EFI_IPSEC_SPD_SELECTOR structure.\r
   @param[in]      ParamPackage    The pointer to the ParamPackage list.\r
 \r
   @param[out]     Selector        The pointer to the EFI_IPSEC_SPD_SELECTOR structure.\r
   @param[in]      ParamPackage    The pointer to the ParamPackage list.\r
-  @param[in, out] ParamPackage    The pointer to the Mask.\r
+  @param[in, out] Mask            The pointer to the Mask.\r
 \r
   @retval EFI_SUCCESS              Fill in EFI_IPSEC_SPD_SELECTOR successfully.\r
   @retval EFI_INVALID_PARAMETER    Invalid user input parameter.\r
 \r
   @retval EFI_SUCCESS              Fill in EFI_IPSEC_SPD_SELECTOR successfully.\r
   @retval EFI_INVALID_PARAMETER    Invalid user input parameter.\r
index be7a9855519743e5bc4f3c34091b7f1ed81bc026..f4e7649e6cba2b4734db308cb52fd6e1de080835 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Dhcp6 support functions implementation.\r
 \r
 /** @file\r
   Dhcp6 support functions implementation.\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
@@ -540,7 +540,7 @@ Dhcp6DummyExtFree (
 /**\r
   The callback routine once message transmitted.\r
 \r
 /**\r
   The callback routine once message transmitted.\r
 \r
-  @param[in]  Udp6Wrap      The pointer to the received net buffer.\r
+  @param[in]  Wrap          The pointer to the received net buffer.\r
   @param[in]  EndPoint      The pointer to the udp end point.\r
   @param[in]  IoStatus      The return status from udp io.\r
   @param[in]  Context       The opaque parameter to the function.\r
   @param[in]  EndPoint      The pointer to the udp end point.\r
   @param[in]  IoStatus      The return status from udp io.\r
   @param[in]  Context       The opaque parameter to the function.\r
index 62985a3d721aac9e31319d8f65a0f99605210c22..61bb9f324e9a04156f15c7b3fa863e5738d258ff 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Dhcp6 support functions declaration.\r
 \r
 /** @file\r
   Dhcp6 support functions declaration.\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
@@ -150,7 +150,7 @@ Dhcp6DummyExtFree (
 /**\r
   The callback routine once message transmitted.\r
 \r
 /**\r
   The callback routine once message transmitted.\r
 \r
-  @param[in]  Udp6Wrap      The pointer to the received net buffer.\r
+  @param[in]  Wrap          The pointer to the received net buffer.\r
   @param[in]  EndPoint      The pointer to the udp end point.\r
   @param[in]  IoStatus      The return status from udp io.\r
   @param[in]  Context       The opaque parameter to the function.\r
   @param[in]  EndPoint      The pointer to the udp end point.\r
   @param[in]  IoStatus      The return status from udp io.\r
   @param[in]  Context       The opaque parameter to the function.\r
index 3cfd1f210484e92dcbd20d498b1b558ee5178980..8b389772d9715a388b90e689f9fab44d35935be3 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation of EFI IPv6 Configuration Protocol.\r
 \r
 /** @file\r
   The implementation of EFI IPv6 Configuration Protocol.\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
@@ -710,7 +710,7 @@ Ip6ConfigSetPolicy (
   on a tentative address. A value of ZERO indicates that Duplicate Address Detection\r
   will not be performed on a tentative address.\r
 \r
   on a tentative address. A value of ZERO indicates that Duplicate Address Detection\r
   will not be performed on a tentative address.\r
 \r
-  @param[in]     The Instance Pointer to the IP6 config instance data.\r
+  @param[in]     Instance The Instance Pointer to the IP6 config instance data.\r
   @param[in]     DataSize Size of the buffer pointed to by Data in bytes.\r
   @param[in]     Data     The data buffer to set.\r
 \r
   @param[in]     DataSize Size of the buffer pointed to by Data in bytes.\r
   @param[in]     Data     The data buffer to set.\r
 \r
index f2a47a807312d1a6ba038fb9861d20ec6cbfdeab..47ef74be52a866f3eec7ac40d3197745b959f37c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation of Neighbor Discovery support routines.\r
 \r
 /** @file\r
   Implementation of Neighbor Discovery support routines.\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
@@ -753,7 +753,6 @@ Ip6DestroyDefaultRouter (
   Clean an IP6 default router list.\r
 \r
   @param[in]  IpSb              The pointer to the IP6_SERVICE instance.\r
   Clean an IP6 default router list.\r
 \r
   @param[in]  IpSb              The pointer to the IP6_SERVICE instance.\r
-  @param[in]  DefaultRouter     The to be destroyed IP6_DEFAULT_ROUTER.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
index 57fb8feca3b3f63ef81f6d4892cda673590f1c16..1ec022ba64d7c6ab6589b0c879281bc0f09bcabf 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Definition of Neighbor Discovery support routines.\r
 \r
 /** @file\r
   Definition of Neighbor Discovery support routines.\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
@@ -225,7 +225,6 @@ Ip6DestroyDefaultRouter (
   Clean an IP6 default router list.\r
 \r
   @param[in]  IpSb              The pointer to the IP6_SERVICE instance.\r
   Clean an IP6 default router list.\r
 \r
   @param[in]  IpSb              The pointer to the IP6_SERVICE instance.\r
-  @param[in]  DefaultRouter     The to be destroyed IP6_DEFAULT_ROUTER.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
index 0b2d212d683254d1cb2763ec66faf2a3ad07bc4a..8def212daec3e7d4243b09886b644bc0708fc6c9 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provide IPsec Key Exchange (IKE) service general interfaces.\r
   \r
 /** @file\r
   Provide IPsec Key Exchange (IKE) service general interfaces.\r
   \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 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
@@ -65,7 +65,7 @@ EFI_UDP6_CONFIG_DATA    mUdp6Conf = {
   Check if the NIC handle is binded to a Udp service.\r
 \r
   @param[in]  Private    Pointer of IPSEC_PRIVATE_DATA.\r
   Check if the NIC handle is binded to a Udp service.\r
 \r
   @param[in]  Private    Pointer of IPSEC_PRIVATE_DATA.\r
-  @param[in]  NicHandle  The Handle of the NIC card.\r
+  @param[in]  Handle     The Handle of the NIC card.\r
   @param[in]  IpVersion  The version of the IP stack.\r
 \r
   @return a pointer of IKE_UDP_SERVICE.\r
   @param[in]  IpVersion  The version of the IP stack.\r
 \r
   @return a pointer of IKE_UDP_SERVICE.\r
index 232ecf3d96953eed6d1288d1f90c1d413b758d5d..215fb93fdd2abeadcf80bc6bf8a2d0e14b3ab632 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Prototypes definitions of IKE service.\r
   \r
 /** @file\r
   Prototypes definitions of IKE service.\r
   \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 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
@@ -219,7 +219,7 @@ IkeDispatch (
   Check if the NIC handle is binded to a Udp service.\r
 \r
   @param[in]  Private    Pointer of IPSEC_PRIVATE_DATA\r
   Check if the NIC handle is binded to a Udp service.\r
 \r
   @param[in]  Private    Pointer of IPSEC_PRIVATE_DATA\r
-  @param[in]  NicHandle  The Handle of the NIC card\r
+  @param[in]  Handle     The Handle of the NIC card\r
   @param[in]  IpVersion  The version of the IP stack.\r
 \r
   @return a pointer of IKE_UDP_SERVICE.\r
   @param[in]  IpVersion  The version of the IP stack.\r
 \r
   @return a pointer of IKE_UDP_SERVICE.\r
index 036cd8d4e078917b13156ba2e9c3bfc8c0efa566..3e365dae4aeb56f0210c71a727e15a9333fefed8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Definitions related to IPSEC_CONFIG_PROTOCOL implementations.\r
 \r
 /** @file\r
   Definitions related to IPSEC_CONFIG_PROTOCOL implementations.\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
@@ -75,11 +75,11 @@ typedef struct {
 /**\r
   The prototype of Copy Source Selector to the Destination Selector.\r
 \r
 /**\r
   The prototype of Copy Source Selector to the Destination Selector.\r
 \r
-  @param[in out]  DstSel             Pointer of Destination Selector. It would be\r
+  @param[in, out] DstSel             Pointer of Destination Selector. It would be\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
   @param[in]      SrcSel             Pointer of Source  Selector. It would be\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
   @param[in]      SrcSel             Pointer of Source  Selector. It would be\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
-  @param[in out]  Size               The size of the Destination Selector. If it\r
+  @param[in, out] Size               The size of the Destination Selector. If it\r
                                      is not NULL and its value is less than the size of\r
                                      Source Selector, the value of Source Selector's\r
                                      size will be passed to the caller by this parameter.\r
                                      is not NULL and its value is less than the size of\r
                                      Source Selector, the value of Source Selector's\r
                                      size will be passed to the caller by this parameter.\r
@@ -155,7 +155,7 @@ VOID
                                     Data type is related to the Type.\r
   @param[in]      SelectorSize      The size of the Selector.\r
   @param[in]      DataSize          The size of the Data.\r
                                     Data type is related to the Type.\r
   @param[in]      SelectorSize      The size of the Selector.\r
   @param[in]      DataSize          The size of the Data.\r
-  @param[in out]  Buffer            The buffer to store the Selector and Data.\r
+  @param[in, out] Buffer            The buffer to store the Selector and Data.\r
 \r
   @retval EFI_SUCCESS            Copied the Selector and Data to a buffer successfully.\r
   @retval EFI_OUT_OF_RESOURCES   The required system resource could not be allocated.\r
 \r
   @retval EFI_SUCCESS            Copied the Selector and Data to a buffer successfully.\r
   @retval EFI_OUT_OF_RESOURCES   The required system resource could not be allocated.\r
index 027e078e7a8ca959f17f7ddb30cf2126494ae36c..54607692aaecf99754c624b77bc93d3db9f89251 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Common interfaces to call Security library.\r
 \r
 /** @file\r
   Common interfaces to call Security library.\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
@@ -251,7 +251,7 @@ IpSecGetIndexFromAuthList (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
@@ -337,11 +337,11 @@ IpSecCryptoIoEncrypt (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
-                                  Decrypted.\r
+                                  decrypted.\r
   @param[in]       InDataLength   The length of InData in Bytes.\r
   @param[out]      OutData        Pointer to the buffer that receives the decryption\r
                                   output.\r
   @param[in]       InDataLength   The length of InData in Bytes.\r
   @param[out]      OutData        Pointer to the buffer that receives the decryption\r
                                   output.\r
@@ -864,7 +864,7 @@ IpSecCryptoIoAuthDataWithCertificate (
 \r
   @param[in]     InCert          Pointer to the Certificate which contains the\r
                                  public key.\r
 \r
   @param[in]     InCert          Pointer to the Certificate which contains the\r
                                  public key.\r
-  @param[in]     InCertLen       The size of Certificate in bytes.\r
+  @param[in]     CertLen         The size of Certificate in bytes.\r
   @param[in]     InCa            Pointer to the CA certificate\r
   @param[in]     CaLen           The size of CA certificate in bytes.\r
   @param[in]     InData          Pointer to octect message hash to be checked.\r
   @param[in]     InCa            Pointer to the CA certificate\r
   @param[in]     CaLen           The size of CA certificate in bytes.\r
   @param[in]     InData          Pointer to octect message hash to be checked.\r
index 9cafc71bd3fcb9d4812d53fd5a8654c965c1e67d..0e106af0f0f46f7caac5fbd49dadf1e88dd0a229 100644 (file)
@@ -511,7 +511,7 @@ IpSecGenerateIv (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
@@ -546,11 +546,11 @@ IpSecCryptoIoEncrypt (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
-                                  Decrypted.\r
+                                  decrypted.\r
   @param[in]       InDataLength   The length of InData in Bytes.\r
   @param[out]      OutData        Pointer to the buffer that receives the decryption\r
                                   output.\r
   @param[in]       InDataLength   The length of InData in Bytes.\r
   @param[out]      OutData        Pointer to the buffer that receives the decryption\r
                                   output.\r
@@ -759,7 +759,7 @@ IpSecCryptoIoAuthDataWithCertificate (
 \r
   @param[in]     InCert          Pointer to the Certificate which contains the\r
                                  public key.\r
 \r
   @param[in]     InCert          Pointer to the Certificate which contains the\r
                                  public key.\r
-  @param[in]     InCertLen       The size of Certificate in bytes.\r
+  @param[in]     CertLen         The size of Certificate in bytes.\r
   @param[in]     InCa            Pointer to the CA certificate\r
   @param[in]     CaLen           The size of CA certificate in bytes.\r
   @param[in]     InData          Pointer to octect message hash to be checked.\r
   @param[in]     InCa            Pointer to the CA certificate\r
   @param[in]     CaLen           The size of CA certificate in bytes.\r
   @param[in]     InData          Pointer to octect message hash to be checked.\r
index d448c78a347db8029f9c562c9369c643fdccaeaa..9aa401e408970ee1d1c2eee4b014d141957702bc 100644 (file)
@@ -2,7 +2,7 @@
   Driver Binding functions and Service Binding functions\r
   implementation for Mtftp6 Driver.\r
 \r
   Driver Binding functions and Service Binding functions\r
   implementation for Mtftp6 Driver.\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
@@ -270,7 +270,7 @@ Mtftp6DriverEntryPoint (
 \r
 \r
 /**\r
 \r
 \r
 /**\r
-  Test to see if this driver supports ControllerHandle. This service\r
+  Test to see if this driver supports Controller. This service\r
   is called by the EFI boot service ConnectController(). In\r
   order to make drivers as small as possible, there are calling\r
   restrictions for this service. ConnectController() must\r
   is called by the EFI boot service ConnectController(). In\r
   order to make drivers as small as possible, there are calling\r
   restrictions for this service. ConnectController() must\r
@@ -278,7 +278,7 @@ Mtftp6DriverEntryPoint (
   Supported(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This                Protocol instance pointer.\r
   Supported(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This                Protocol instance pointer.\r
-  @param[in]  ControllerHandle    Handle of device to test\r
+  @param[in]  Controller          Handle of device to test\r
   @param[in]  RemainingDevicePath Optional parameter use to pick a specific child.\r
                                   device to start.\r
 \r
   @param[in]  RemainingDevicePath Optional parameter use to pick a specific child.\r
                                   device to start.\r
 \r
@@ -306,7 +306,7 @@ Mtftp6DriverBindingSupported (
 \r
 \r
 /**\r
 \r
 \r
 /**\r
-  Start this driver on ControllerHandle. This service is called by the\r
+  Start this driver on Controller. This service is called by the\r
   EFI boot service ConnectController(). In order to make\r
   drivers as small as possible, there are calling restrictions for\r
   this service. ConnectController() must follow these\r
   EFI boot service ConnectController(). In order to make\r
   drivers as small as possible, there are calling restrictions for\r
   this service. ConnectController() must follow these\r
@@ -314,12 +314,12 @@ Mtftp6DriverBindingSupported (
   must also follow these calling restrictions.\r
 \r
   @param[in]  This                 Protocol instance pointer.\r
   must also follow these calling restrictions.\r
 \r
   @param[in]  This                 Protocol instance pointer.\r
-  @param[in]  ControllerHandle     Handle of device to bind driver to.\r
+  @param[in]  Controller           Handle of device to bind driver to.\r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCESS          This driver is added to ControllerHandle.\r
-  @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle.\r
+  @retval EFI_SUCCESS          This driver is added to Controller.\r
+  @retval EFI_ALREADY_STARTED  This driver is already running on Controller.\r
   @retval Others               This driver does not support this device.\r
 \r
 **/\r
   @retval Others               This driver does not support this device.\r
 \r
 **/\r
@@ -402,20 +402,20 @@ ON_ERROR:
 \r
 \r
 /**\r
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. This service is called by the\r
+  Stop this driver on Controller. This service is called by the\r
   EFI boot service DisconnectController(). In order to\r
   EFI boot service DisconnectController(). In order to\r
-  make drivers as small as possible, there are a few calling\r
+  make drivers as small as possible, there are calling\r
   restrictions for this service. DisconnectController()\r
   must follow these calling restrictions. If any other agent wishes\r
   restrictions for this service. DisconnectController()\r
   must follow these calling restrictions. If any other agent wishes\r
-  to call Stop() it must also follow these calling restrictions.\r
+  to call Stop(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This              Protocol instance pointer.\r
 \r
   @param[in]  This              Protocol instance pointer.\r
-  @param[in]  ControllerHandle  Handle of device to stop driver on\r
+  @param[in]  Controller        Handle of device to stop driver on\r
   @param[in]  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                                 children is zero, stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer List of Child Handles to Stop.\r
 \r
   @param[in]  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                                 children is zero, stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCESS       This driver is removed ControllerHandle.\r
+  @retval EFI_SUCCESS       This driver is removed Controller.\r
   @retval EFI_DEVICE_ERROR  An unexpected error.\r
   @retval Others            This driver was not removed from this device.\r
 \r
   @retval EFI_DEVICE_ERROR  An unexpected error.\r
   @retval Others            This driver was not removed from this device.\r
 \r
index 94f73a80a9baf4fc296918f4311d8081bcf8e642..7c2b5ae313ebc25869a0d472e2f81bea645e17e8 100644 (file)
@@ -2,7 +2,7 @@
   Driver Binding functions and Service Binding functions\r
   declaration for Mtftp6 Driver.\r
 \r
   Driver Binding functions and Service Binding functions\r
   declaration for Mtftp6 Driver.\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
@@ -23,7 +23,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL  gMtftp6ComponentName;
 extern EFI_COMPONENT_NAME2_PROTOCOL gMtftp6ComponentName2;\r
 \r
 /**\r
 extern EFI_COMPONENT_NAME2_PROTOCOL gMtftp6ComponentName2;\r
 \r
 /**\r
-  Test to see if this driver supports ControllerHandle. This service\r
+  Test to see if this driver supports Controller. This service\r
   is called by the EFI boot service ConnectController(). In\r
   order to make drivers as small as possible, there are a few calling\r
   restrictions for this service. ConnectController() must\r
   is called by the EFI boot service ConnectController(). In\r
   order to make drivers as small as possible, there are a few calling\r
   restrictions for this service. ConnectController() must\r
@@ -31,7 +31,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gMtftp6ComponentName2;
   Supported(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This                Protocol instance pointer.\r
   Supported(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This                Protocol instance pointer.\r
-  @param[in]  ControllerHandle    Handle of device to test.\r
+  @param[in]  Controller          Handle of device to test.\r
   @param[in]  RemainingDevicePath Optional parameter use to pick a specific child\r
                                   device to start.\r
 \r
   @param[in]  RemainingDevicePath Optional parameter use to pick a specific child\r
                                   device to start.\r
 \r
@@ -48,7 +48,7 @@ Mtftp6DriverBindingSupported (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  Start this driver on ControllerHandle. This service is called by the\r
+  Start this driver on Controller. This service is called by the\r
   EFI boot service ConnectController(). In order to make\r
   drivers as small as possible, there are calling restrictions for\r
   this service. ConnectController() must follow these\r
   EFI boot service ConnectController(). In order to make\r
   drivers as small as possible, there are calling restrictions for\r
   this service. ConnectController() must follow these\r
@@ -56,12 +56,12 @@ Mtftp6DriverBindingSupported (
   must also follow these calling restrictions.\r
 \r
   @param[in]  This                 Protocol instance pointer.\r
   must also follow these calling restrictions.\r
 \r
   @param[in]  This                 Protocol instance pointer.\r
-  @param[in]  ControllerHandle     Handle of device to bind driver to.\r
+  @param[in]  Controller           Handle of device to bind driver to.\r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCESS          This driver is added to ControllerHandle.\r
-  @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle.\r
+  @retval EFI_SUCCESS          This driver is added to Controller.\r
+  @retval EFI_ALREADY_STARTED  This driver is already running on Controller.\r
   @retval Others               This driver does not support this device.\r
 \r
 **/\r
   @retval Others               This driver does not support this device.\r
 \r
 **/\r
@@ -74,7 +74,7 @@ Mtftp6DriverBindingStart (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. This service is called by the\r
+  Stop this driver on Controller. This service is called by the\r
   EFI boot service DisconnectController(). In order to\r
   make drivers as small as possible, there are calling\r
   restrictions for this service. DisconnectController()\r
   EFI boot service DisconnectController(). In order to\r
   make drivers as small as possible, there are calling\r
   restrictions for this service. DisconnectController()\r
@@ -82,12 +82,12 @@ Mtftp6DriverBindingStart (
   to call Stop(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This              Protocol instance pointer.\r
   to call Stop(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This              Protocol instance pointer.\r
-  @param[in]  ControllerHandle  Handle of device to stop driver on\r
+  @param[in]  Controller        Handle of device to stop driver on\r
   @param[in]  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                                 children is zero, stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer List of Child Handles to Stop.\r
 \r
   @param[in]  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                                 children is zero, stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCESS       This driver is removed ControllerHandle.\r
+  @retval EFI_SUCCESS       This driver is removed Controller.\r
   @retval EFI_DEVICE_ERROR  An unexpected error.\r
   @retval Others            This driver was not removed from this device.\r
 \r
   @retval EFI_DEVICE_ERROR  An unexpected error.\r
   @retval Others            This driver was not removed from this device.\r
 \r
index da364329fcf721c9e508aa9e6dad77a0256dd843..07a86d6a362626a8aa4a9421178f64ad93240223 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Mtftp6 Rrq process functions implementation.\r
 \r
 /** @file\r
   Mtftp6 Rrq process functions implementation.\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
@@ -105,7 +105,7 @@ Mtftp6RrqSaveBlock (
   // This is the last block, save the block num\r
   //\r
   if (DataLen < Instance->BlkSize) {\r
   // This is the last block, save the block num\r
   //\r
   if (DataLen < Instance->BlkSize) {\r
-       Completed = TRUE;\r
+    Completed = TRUE;\r
     Instance->LastBlk = Block;\r
     Mtftp6SetLastBlockNum (&Instance->BlkList, Block);\r
   }\r
     Instance->LastBlk = Block;\r
     Mtftp6SetLastBlockNum (&Instance->BlkList, Block);\r
   }\r
index 5c331cd7a6ac530a2428a4a745443234e48ccc1b..9d235d8d14a520a45ff1148b756a372639d733a9 100644 (file)
   PACKAGE_NAME                   = NetworkPkg\r
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
   PACKAGE_VERSION                = 0.92\r
   PACKAGE_NAME                   = NetworkPkg\r
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
   PACKAGE_VERSION                = 0.92\r
+\r
 [Guids]\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
 [Guids]\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
+\r
 [PcdsFeatureFlag]\r
   ## If true, the IKEv2 Certificate Authentication feature is enabled.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdIpsecCertificateEnabled|TRUE|BOOLEAN|0x00000007\r
 [PcdsFeatureFlag]\r
   ## If true, the IKEv2 Certificate Authentication feature is enabled.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdIpsecCertificateEnabled|TRUE|BOOLEAN|0x00000007\r
index 37e53af4b89d8b15a8375f9bd2189fbe4ffceb0d..3e01f34892ffe006d5d4ec90367e4e7084ac0048 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The driver binding and service binding protocol for the TCP driver.\r
 \r
 /** @file\r
   The driver binding and service binding protocol for the TCP driver.\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
@@ -196,7 +196,7 @@ TcpDriverEntryPoint (
   Create a new TCP4 or TCP6 driver service binding protocol\r
 \r
   @param[in]  Controller         Controller handle of device to bind driver to.\r
   Create a new TCP4 or TCP6 driver service binding protocol\r
 \r
   @param[in]  Controller         Controller handle of device to bind driver to.\r
-  @param[in]  ImageHandle        The TCP driver's image handle.\r
+  @param[in]  Image              The TCP driver's image handle.\r
   @param[in]  IpVersion          IP_VERSION_4 or IP_VERSION_6.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate some resources.\r
   @param[in]  IpVersion          IP_VERSION_4 or IP_VERSION_6.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate some resources.\r
index 7ad070c5e3f6f17c354ac81ea837ff2561a5e94b..28383b32aa79c71f826144aa506fb16b198b6237 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Support functions implementation for UefiPxeBc Driver.\r
 \r
 /** @file\r
   Support functions implementation for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 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
@@ -1081,7 +1081,7 @@ PxeBcCheckByDestIp (
 /**\r
   Check the received packet using the destination port.\r
 \r
 /**\r
   Check the received packet using the destination port.\r
 \r
-  @param[in]       PxeBcMode      The pointer to the mode data of PxeBc.\r
+  @param[in]       Mode           The pointer to the mode data of PxeBc.\r
   @param[in]       Session        The pointer to the current UDPv4 session.\r
   @param[in, out]  DestPort       The pointer to the destination port.\r
   @param[in]       OpFlags        Operation flag for UdpRead/UdpWrite.\r
   @param[in]       Session        The pointer to the current UDPv4 session.\r
   @param[in, out]  DestPort       The pointer to the destination port.\r
   @param[in]       OpFlags        Operation flag for UdpRead/UdpWrite.\r
index 0d782050f9ac9061fc19e69f22b42f36891a2fdf..59975d59c38caf461d3dacb71cf9ccf455634926 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Support functions declaration for UefiPxeBc Driver.\r
 \r
 /** @file\r
   Support functions declaration for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 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
@@ -286,7 +286,7 @@ PxeBcCheckByDestIp (
 /**\r
   Check the received packet with the destination port.\r
 \r
 /**\r
   Check the received packet with the destination port.\r
 \r
-  @param[in]       PxeBcMode      Pointer to mode data of PxeBc.\r
+  @param[in]       Mode           Pointer to mode data of PxeBc.\r
   @param[in]       Session        Pointer to the current UDPv4 session.\r
   @param[in, out]  DestPort       Pointer to the destination port.\r
   @param[in]       OpFlags        Operation flag for UdpRead/UdpWrite.\r
   @param[in]       Session        Pointer to the current UDPv4 session.\r
   @param[in, out]  DestPort       Pointer to the destination port.\r
   @param[in]       OpFlags        Operation flag for UdpRead/UdpWrite.\r