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

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp1218 static int teleporterTcpWriteNACK(TeleporterStateTrg *pState, int32_t rc2, const char *pszMsgText = NULL) function
1283 teleporterTcpWriteNACK(pState, VERR_AUTHENTICATION_FAILURE);
1354 teleporterTcpWriteNACK(pState, vrc, pState->mErrorText.c_str());
1365 teleporterTcpWriteNACK(pState, vrc);
1388 teleporterTcpWriteNACK(pState, vrc);
1422 teleporterTcpWriteNACK(pState, vrc);
1429 teleporterTcpWriteNACK(pState, vrc);

Completed in 48 milliseconds