Searched defs:fTryGracefulShutdown (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp151 static int rtTcpClose(RTSOCKET Sock, const char *pszMsg, bool fTryGracefulShutdown);
194 static int rtTcpServerDestroySocket(RTSOCKET volatile *pSock, const char *pszMsg, bool fTryGracefulShutdown) argument
199 if (!fTryGracefulShutdown)
201 return rtTcpClose(hSocket, pszMsg, fTryGracefulShutdown);
367 rtTcpClose(WaitSock, "RTServerCreateEx", false /*fTryGracefulShutdown*/);
487 rtTcpClose(hClientSocket, "rtTcpServerListen", true /*fTryGracefulShutdown*/);
493 rtTcpServerDestroySocket(&pServer->hClientSocket, "Listener: client (secondary)", true /*fTryGracefulShutdown*/);
509 rtTcpClose(hServerSocket, "Listener: server stopped", false /*fTryGracefulShutdown*/);
527 rtTcpServerDestroySocket(&pServer->hServerSocket, "ListenCleanup", false /*fTryGracefulShutdown*/);
640 rtTcpClose(hClientSocket, "RTTcpServerListen2", true /*fTryGracefulShutdown*/);
937 rtTcpClose(RTSOCKET Sock, const char *pszMsg, bool fTryGracefulShutdown) argument
[all...]

Completed in 44 milliseconds