Searched refs:txsTcpDisconnectClient (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp112 static void txsTcpDisconnectClient(void) function
366 Log(("txsTcpNotifyBye: txsTcpDisconnectClient %RTsock\n", g_hTcpClient));
367 txsTcpDisconnectClient();
402 Log(("txsTcpBabble: txsTcpDisconnectClient(%RTsock) (RTTcpWrite rc=%Rrc)\n", g_hTcpClient, rc));
403 txsTcpDisconnectClient();
429 Log(("RTTcpWrite -> %Rrc -> txsTcpDisconnectClient(%RTsock)\n", rc, g_hTcpClient));
430 txsTcpDisconnectClient();
566 Log(("txsTcpRecvPkt: RTTcpRead -> %Rrc -> txsTcpDisconnectClient(%RTsock)\n", rc, g_hTcpClient));
567 txsTcpDisconnectClient();

Completed in 42 milliseconds