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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp126 * @returns NIL_RTSOCKET if consumed, other wise hTcpClient.
127 * @param hTcpClient The client socket.
130 static RTSOCKET txsTcpSetClient(RTSOCKET hTcpClient, bool fFromServer) argument
139 g_hTcpClient = hTcpClient;
141 hTcpClient = NIL_RTSOCKET;
144 return hTcpClient;
156 RTSOCKET hTcpClient; local
157 int rc = RTTcpServerListen2(g_pTcpServer, &hTcpClient);
161 hTcpClient = txsTcpSetClient(hTcpClient, tru
386 RTSOCKET hTcpClient = g_hTcpClient; local
416 RTSOCKET hTcpClient = g_hTcpClient; local
447 RTSOCKET hTcpClient = g_hTcpClient; local
587 RTSOCKET hTcpClient = g_hTcpClient; local
[all...]

Completed in 43 milliseconds