Home | History | Annotate | Download | only in Library

Lines Matching defs:Tcp

3   It provides the helper routines to access TCP service.

89 TCP_IO_PROTOCOL Tcp;
105 Create a TCP socket with the specified configuration data.
109 @param[in] TcpVersion The version of Tcp, TCP_VERSION_4 or TCP_VERSION_6.
110 @param[in] ConfigData The Tcp configuration data.
113 @retval EFI_SUCCESS The TCP socket is created and configured.
118 @retval Others Failed to create the TCP socket or configure it.
144 Connect to the other endpoint of the TCP socket.
146 @param[in, out] TcpIo The TcpIo wrapping the TCP socket.
149 @retval EFI_SUCCESS Connect to the other endpoint of the TCP socket
152 TCP socket in the specified time period.
167 Accept the incomding request from the other endpoint of the TCP socket.
169 @param[in, out] TcpIo The TcpIo wrapping the TCP socket.
173 @retval EFI_SUCCESS Connect to the other endpoint of the TCP socket
180 TCP socket in the specified time period.
194 @param[in, out] TcpIo The TcpIo wrapping the TCP socket.
206 @param[in] TcpIo The TcpIo wrapping the TCP socket.