X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FSockImpl.h;h=bea7479eb222b8b6a3c6038d9fadd53868a34a40;hp=840f6b16934fe0acca5a6376b311d300b79e7bcf;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=77f00155e3c9331f4d6a6ab204514e394ed98631 diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h index 840f6b1693..bea7479eb2 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h @@ -1,7 +1,8 @@ /** @file + Socket implementation header file. -Copyright (c) 2005 - 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials +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 http://opensource.org/licenses/bsd-license.php
@@ -15,13 +16,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define _SOCK_IMPL_H_ #include "Socket.h" +#include "Tcp4Main.h" /** Signal a event with the given status. - + @param Token The token's event is to be signaled. @param TokenStatus The status to be sent with the event. - + **/ #define SIGNAL_TOKEN(Token, TokenStatus) \ do { \ @@ -34,9 +36,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Supporting function for both SockImpl and SockInterface. @param Event The Event this notify function registered to, ignored. - + **/ VOID +EFIAPI SockFreeFoo ( IN EFI_EVENT Event ); @@ -64,7 +67,7 @@ SockProcessTcpSndData ( @param Sock Pointer to the socket. @param TcpRxData Pointer to the application provided receive buffer. @param RcvdBytes The maximum length of the data can be copied. - @param IsOOB If TURE the data is OOB, else the data is normal. + @param IsOOB If TRUE the data is OOB, else the data is normal. **/ VOID