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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp597 static DECLCALLBACK(void) txsTcpTerm(void) function
616 Log(("txsTcpTerm: Destroying server...\n"));
619 RTMsgInfo("RTTcpServerDestroy failed in txsTcpTerm: %Rrc", rc);
628 Log(("txsTcpTerm: Disconnecting client...\n"));
631 RTMsgInfo("RTTcpServerDisconnectClient2(%RTsock) failed in txsTcpTerm: %Rrc", g_hTcpClient, rc);
637 RTMsgInfo("RTTcpClientClose(%RTsock) failed in txsTcpTerm: %Rrc", g_hTcpClient, rc);
655 Log(("txsTcpTerm: done\n"));
819 /* .pfnTerm = */ txsTcpTerm,

Completed in 43 milliseconds