From 258cce138272fc013a723040691b37294e473a37 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 9 Oct 2008 19:24:37 +0000 Subject: Fix doxygen comment for structure and macro git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Tcp4.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'MdePkg/Include/Protocol/Tcp4.h') diff --git a/MdePkg/Include/Protocol/Tcp4.h b/MdePkg/Include/Protocol/Tcp4.h index 9fb8f5d..04b8c92 100644 --- a/MdePkg/Include/Protocol/Tcp4.h +++ b/MdePkg/Include/Protocol/Tcp4.h @@ -482,40 +482,6 @@ EFI_STATUS It can either listen on a specified port as a service or actively connected to remote peer as a client. Each instance has its own independent settings, such as the routing table. - - @param GetModeData - Get the current operational status. - - @param Configure - Initialize, change, or brutally reset operational settings of the EFI TCPv4 Protocol. - - @param Routes - Add or delete routing entries for this TCP4 instance. - - @param Connect - Initiate the TCP three-way handshake to connect to the remote peer - configured in this TCP instance. The function is a nonblocking operation. - - @param Accept - Listen for incoming TCP connection request. This function is a nonblocking operation. - - @param Transmit - Queue outgoing data to the transmit queue. This function is a nonblocking operation. - - @param Receive - Queue a receiving request token to the receive queue. This function is - a nonblocking operation. - - @param Close - Gracefully disconnecting a TCP connection follow RFC 793 or reset a TCP - connection. This function is a nonblocking operation. - - @param Cancel - Abort a pending connect, listen, transmit or receive request. - - @param Poll - Poll to receive incoming data and transmit outgoing TCP segments. - **/ struct _EFI_TCP4_PROTOCOL { EFI_TCP4_GET_MODE_DATA GetModeData; -- cgit v1.1