X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Proto.h;h=37191fe65112d60f1f6de9fc722e554e4d6fa965;hp=49d8a1da3b6b0d3793ed1c86602d09dec29749ca;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h index 49d8a1da3b..37191fe651 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h @@ -1,7 +1,7 @@ /** @file Tcp Protocol header file. -Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2018, Intel Corporation. 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 @@ -49,11 +49,11 @@ typedef struct _TCP_CB TCP_CB; #define TCP_FLG_PSH 0x08 #define TCP_FLG_ACK 0x10 #define TCP_FLG_URG 0x20 - + // // mask for all the flags // -#define TCP_FLG_FLAG 0x3F +#define TCP_FLG_FLAG 0x3F #define TCP_CONNECT_REFUSED (-1) ///< TCP error status