Home | History | Annotate | Download | only in TcpDxe

Lines Matching defs:Tcp

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.
480 // Uninstall TCP servicebinding protocol
490 // Destroy the IpIO consumed by TCP driver
501 // Release the TCP service data
746 The Callback funtion called after the TCP socket was created.
818 The callback function called before the TCP socket was to be destroyed.
820 @param[in] This The TCP socket to be destroyed.
858 Creates a child handle with a set of TCP services.
902 // Create a tcp instance with defualt Tcp default
920 "TcpDriverBindingCreateChild: No resource to create a Tcp Child\n")
935 Destroys a child handle with a set of TCP services.
960 VOID *Tcp;
973 &Tcp,
985 &Tcp,
997 // destroy this sock and related Tcp protocol control
1000 Sock = SOCK_FROM_THIS (Tcp);