X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FTcp4.h;h=d750fe9c788ba2ceb0c0dee81664373510613fe9;hp=544236b10dbcca38f2ddb9bd468c81b9849859f3;hb=f754f721bf10508ca15c5c9243caa39c765662cf;hpb=41f2ff0b85f3118238aeac8dfda3a657340519a5 diff --git a/MdePkg/Include/Protocol/Tcp4.h b/MdePkg/Include/Protocol/Tcp4.h index 544236b10d..d750fe9c78 100644 --- a/MdePkg/Include/Protocol/Tcp4.h +++ b/MdePkg/Include/Protocol/Tcp4.h @@ -279,7 +279,7 @@ EFI_STATUS - This is NULL. - ConnectionToken is NULL. - ConnectionToken->CompletionToken.Event is NULL. - @retval EFI_OUT_OF_RESOURCES The driver can't allocate enough resources to initiate the activeopen. + @retval EFI_OUT_OF_RESOURCES The driver can't allocate enough resource to initiate the activeopen. @retval EFI_DEVICE_ERROR An unexpected system or network error occurred. **/ @@ -308,8 +308,8 @@ EFI_STATUS - This is NULL. - ListenToken is NULL. - ListentToken->CompletionToken.Event is NULL. - @retval EFI_OUT_OF_RESOURCES Could not allocate enough resources to finish the operation. - @retval EFI_DEVICE_ERROR Any unexpected error not covered by another error. + @retval EFI_OUT_OF_RESOURCES Could not allocate enough resource to finish the operation. + @retval EFI_DEVICE_ERROR Any unexpected and not belonged to above category error. **/ typedef @@ -389,7 +389,7 @@ EFI_STATUS Tcp4StateListen state. - User has called Close() to disconnect this connection. @retval EFI_CONNECTION_FIN The communication peer has closed the connection and there is - no buffered data in the receive buffer of this instance. + no any buffered data in the receive buffer of this instance. @retval EFI_NOT_READY The receive request could not be queued because the receive queue is full. **/ @@ -419,8 +419,8 @@ EFI_STATUS - This is NULL. - CloseToken is NULL. - CloseToken->CompletionToken.Event is NULL. - @retval EFI_OUT_OF_RESOURCES Could not allocate enough resources to finish the operation. - @retval EFI_DEVICE_ERROR Any unexpected error not covered by another error. + @retval EFI_OUT_OF_RESOURCES Could not allocate enough resource to finish the operation. + @retval EFI_DEVICE_ERROR Any unexpected and not belonged to above category error. **/ typedef