]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/Ikev2/Payload.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IpSecDxe / Ikev2 / Payload.h
index 7a85792ed7fe567a52ecfdbe07111b395f999e65..544c9b9948ae00b191cfc2f0216fda28680918f4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The Definitions related to IKEv2 payload.\r
 \r
 /** @file\r
   The Definitions related to IKEv2 payload.\r
 \r
-  Copyright (c) 2010 - 2016, 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
 #define IKEV2_PAYLOAD_TYPE_EAP      48\r
 \r
 //\r
 #define IKEV2_PAYLOAD_TYPE_EAP      48\r
 \r
 //\r
-// IKE header Flag (1 octet) for IKEv2, defined in RFC 4306 section 3.1 \r
+// IKE header Flag (1 octet) for IKEv2, defined in RFC 4306 section 3.1\r
 //\r
 //\r
-// I(nitiator) (bit 3 of Flags, 0x08) - This bit MUST be set in messages sent by the \r
+// I(nitiator) (bit 3 of Flags, 0x08) - This bit MUST be set in messages sent by the\r
 //                                      original initiator of the IKE_SA\r
 //\r
 //                                      original initiator of the IKE_SA\r
 //\r
-// R(esponse) (bit 5 of Flags, 0x20)  - This bit indicates that this message is a response to \r
+// R(esponse) (bit 5 of Flags, 0x20)  - This bit indicates that this message is a response to\r
 //                                      a message containing the same message ID.\r
 //\r
 #define IKE_HEADER_FLAGS_INIT       0x08\r
 //                                      a message containing the same message ID.\r
 //\r
 #define IKE_HEADER_FLAGS_INIT       0x08\r
@@ -67,7 +67,7 @@ typedef struct {
 #pragma pack(1)\r
 typedef struct {\r
   IKEV2_COMMON_PAYLOAD_HEADER Header;\r
 #pragma pack(1)\r
 typedef struct {\r
   IKEV2_COMMON_PAYLOAD_HEADER Header;\r
-  // \r
+  //\r
   // Proposals\r
   //\r
 } IKEV2_SA;\r
   // Proposals\r
   //\r
 } IKEV2_SA;\r
@@ -94,7 +94,7 @@ typedef struct {
 \r
 //\r
 // IKEv2 Transform ID for Encrypt Algorithm (ENCR)\r
 \r
 //\r
 // IKEv2 Transform ID for Encrypt Algorithm (ENCR)\r
-// \r
+//\r
 #define IKEV2_TRANSFORM_ID_ENCR_DES_IV64 1\r
 #define IKEV2_TRANSFORM_ID_ENCR_DES      2\r
 #define IKEV2_TRANSFORM_ID_ENCR_3DES     3\r
 #define IKEV2_TRANSFORM_ID_ENCR_DES_IV64 1\r
 #define IKEV2_TRANSFORM_ID_ENCR_DES      2\r
 #define IKEV2_TRANSFORM_ID_ENCR_3DES     3\r