]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IkePacket.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IkePacket.h
index 053d659d9c73a905dd8fdd8388721e5339b10153..674d52a6990f46d5e9c918b87da68159a36b2dea 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   IKE Packet related definitions and function declarations.\r
 \r
 /** @file\r
   IKE Packet related definitions and function declarations.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2018, 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
@@ -10,7 +10,7 @@
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-  \r
+\r
 **/\r
 \r
 #ifndef _IKE_V1_PACKET_H_\r
 **/\r
 \r
 #ifndef _IKE_V1_PACKET_H_\r
@@ -46,11 +46,11 @@ IkePacketFree (
 \r
 /**\r
   Copy the NetBuf into a IKE_PACKET sturcture.\r
 \r
 /**\r
   Copy the NetBuf into a IKE_PACKET sturcture.\r
-  \r
-  Create a IKE_PACKET and fill the received IKE header into the header of IKE_PACKET \r
+\r
+  Create a IKE_PACKET and fill the received IKE header into the header of IKE_PACKET\r
   and copy the recieved packet without IKE HEADER to the PayloadBuf of IKE_PACKET.\r
 \r
   and copy the recieved packet without IKE HEADER to the PayloadBuf of IKE_PACKET.\r
 \r
-  @param[in]  Netbuf      The pointer of the Netbuf which contains the whole received \r
+  @param[in]  Netbuf      The pointer of the Netbuf which contains the whole received\r
                           IKE packet.\r
 \r
   @return The pointer of the IKE_PACKET which contains the received packet.\r
                           IKE packet.\r
 \r
   @return The pointer of the IKE_PACKET which contains the received packet.\r
@@ -66,8 +66,8 @@ IkePacketFromNetbuf (
 \r
   @param[in]  SessionCommon  Pointer of related IKE_COMMON_SESSION\r
   @param[in]  IkePacket      Pointer of IKE_PACKET to be copy to NetBuf\r
 \r
   @param[in]  SessionCommon  Pointer of related IKE_COMMON_SESSION\r
   @param[in]  IkePacket      Pointer of IKE_PACKET to be copy to NetBuf\r
-  @param[in]  IkeType        The IKE type to pointer the packet is for which IKE \r
-                             phase. Now it supports IKE_SA_TYPE, IKE_CHILDSA_TYPE, \r
+  @param[in]  IkeType        The IKE type to pointer the packet is for which IKE\r
+                             phase. Now it supports IKE_SA_TYPE, IKE_CHILDSA_TYPE,\r
                              IKE_INFO_TYPE.\r
 \r
   @return A pointer of Netbuff which contains the contents of the IKE_PACKE in network order.\r
                              IKE_INFO_TYPE.\r
 \r
   @return A pointer of Netbuff which contains the contents of the IKE_PACKE in network order.\r