X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Option.c;fp=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Option.c;h=2817b80295874621c0d20240a82717ea7530d33e;hp=0da249c3ccff79fdf359e5cab1a5939654043381;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c index 0da249c3cc..2817b80295 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c @@ -1,7 +1,7 @@ /** @file Routines to process TCP option. - -Copyright (c) 2005 - 2006, 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 @@ -16,9 +16,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** Get a UINT16 value from buffer. - + @param Buf Pointer to input buffer. - + @return The UINT16 value get from buffer. **/ @@ -34,9 +34,9 @@ TcpGetUint16 ( /** Get a UINT32 value from buffer. - + @param Buf Pointer to input buffer. - + @return The UINT32 value get from buffer. **/ @@ -52,9 +52,9 @@ TcpGetUint32 ( /** Put a UINT32 value in buffer. - + @param Buf Pointer to the buffer. - @param Data The UINT32 Date to put in buffer + @param Data The UINT32 Date to put in buffer **/ VOID