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

/vbox/include/iprt/
H A Dtcp.h127 * @retval VERR_TCP_SERVER_SHUTDOWN if shut down by RTTcpServerShutdown.
161 RTR3DECL(int) RTTcpServerShutdown(PRTTCPSERVER pServer);
H A Dmangling.h1603 # define RTTcpServerShutdown RT_MANGLER(RTTcpServerShutdown) macro
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp579 RTTcpServerShutdown(pStateTrg->mhServer);
616 RTTcpServerShutdown((PRTTCPSERVER)pvUser);
1316 RTTcpServerShutdown(pState->mhServer);
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp1038 RTTcpServerShutdown(pVM->ftm.s.standby.hServer);
1230 return RTTcpServerShutdown(pVM->ftm.s.standby.hServer);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp384 * @retval VERR_TCP_SERVER_SHUTDOWN if shut down by RTTcpServerShutdown.
562 * @retval VERR_TCP_SERVER_SHUTDOWN if shut down by RTTcpServerShutdown.
693 RTR3DECL(int) RTTcpServerShutdown(PRTTCPSERVER pServer) function
730 rtTcpServerDestroySocket(&pServer->hServerSocket, "RTTcpServerShutdown", false /*fTryGracefulShutdown*/);

Completed in 324 milliseconds