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

/vbox/include/iprt/
H A Dtcp.h86 * The caller must call RTTcpServerListen() to actually start the server.
118 RTR3DECL(int) RTTcpServerListen(PRTTCPSERVER pServer, PFNRTTCPSERVE pfnServe, void *pvUser);
123 * This is an alternative to RTTcpServerListen for the use the callbacks are not
H A Dmangling.h1601 # define RTTcpServerListen RT_MANGLER(RTTcpServerListen) macro
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1115 vrc = RTTcpServerListen(hServer, Console::i_teleporterTrgServeConnection, &theState);
1148 LogRel(("Teleporter: RTTcpServerListen aborted - %Rrc\n", vrc));
1152 hrc = setError(E_FAIL, tr("Unexpected RTTcpServerListen status code %Rrc"), vrc);
1153 LogRel(("Teleporter: Unexpected RTTcpServerListen rc: %Rrc\n", vrc));
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp296 * The caller must call RTTcpServerListen() to actually start the server.
390 RTR3DECL(int) RTTcpServerListen(PRTTCPSERVER pServer, PFNRTTCPSERVE pfnServe, void *pvUser) function
425 * Internal worker common for RTTcpServerListen and the thread created by
558 * This is an alternative to RTTcpServerListen for the use the callbacks are not
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp1198 rc = RTTcpServerListen(pVM->ftm.s.standby.hServer, ftmR3StandbyServeConnection, pVM);
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1236 rc = RTTcpServerListen(pServer, netperfTCPServerWorker, pParams);

Completed in 1787 milliseconds