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

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp87 int TCPConnection; member in struct:DRVTCP
110 if (pThis->TCPConnection != -1)
114 cbReallyRead = recv(pThis->TCPConnection, (char *)pvBuf, cbBuf, 0);
117 int tmp = pThis->TCPConnection;
118 pThis->TCPConnection = -1;
151 if (pThis->TCPConnection != -1)
155 cbWritten = send(pThis->TCPConnection, (const char *)pvBuf, cbBuf, 0);
158 int tmp = pThis->TCPConnection;
159 pThis->TCPConnection = -1;
221 if (pThis->TCPConnection !
[all...]

Completed in 54 milliseconds