Searched defs:g_pTcpServer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp83 static PRTTCPSERVER g_pTcpServer = NULL; variable
157 int rc = RTTcpServerListen2(g_pTcpServer, &hTcpClient);
272 rc = RTTcpServerListen2(g_pTcpServer, &g_hTcpClient);
351 Log(("txsTcpNotifyReboot: RTTcpServerDestroy(%p)\n", g_pTcpServer));
352 if (g_pTcpServer)
354 int rc = RTTcpServerDestroy(g_pTcpServer);
357 g_pTcpServer = NULL;
614 if (g_pTcpServer)
617 int rc = RTTcpServerDestroy(g_pTcpServer);
620 g_pTcpServer
[all...]

Completed in 69 milliseconds