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

/vbox/include/iprt/
H A Dtcp.h131 * @param phClientSocket Where to return the socket handle to the client
135 RTR3DECL(int) RTTcpServerListen2(PRTTCPSERVER pServer, PRTSOCKET phClientSocket);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp566 * @param phClientSocket Where to return the socket handle to the client
570 RTR3DECL(int) RTTcpServerListen2(PRTTCPSERVER pServer, PRTSOCKET phClientSocket) argument
575 AssertPtrReturn(phClientSocket, VERR_INVALID_HANDLE);
576 *phClientSocket = NIL_RTSOCKET;
635 *phClientSocket = hClientSocket;

Completed in 363 milliseconds