HomeSort by relevance Sort by last modified time
    Searched defs:Tcp (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TcpIoLib.h 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
    [all...]
NetLib.h 195 // TCP header definition
273 // For example: NET_DEBUG_TRACE ("Tcp", ("State transit to %a\n", Name));
307 example, NET_DEBUG_TRACE ("Tcp", ("State transit to %a\n", Name))
312 "Tcp",
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDriver.c 2 The driver binding and service binding protocol for the TCP driver.
94 Create and start the heartbeat timer for the TCP driver.
137 Stop and destroy the heartbeat timer for TCP driver.
159 The entry point for Tcp driver, which is used to install Tcp driver on the ImageHandle.
179 // Install the TCP Driver Binding Protocol
194 // Install the TCP Driver Binding Protocol
233 @param[in] Image The TCP driver's image handle.
286 // Create the TCP service data.
409 @param[in] ImageHandle The TCP driver's image handle.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c 139 // Start the timer, and wait Timeout seconds to establish the TCP connection.
151 // Try to establish the tcp connection.
197 Create a TCP connection for the iSCSI session.
279 // Create the TCP IO for this connection.
317 Retrieve the IPv6 Address/Prefix/Gateway from the established TCP connection, these informations
342 Tcp6 = Conn->TcpIo.Tcp.Tcp6;
427 VOID *Tcp;
488 (VOID **) &Tcp,
    [all...]

Completed in 63 milliseconds