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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp408 uint32_t uServerPort4 = 0; local
464 rc = RTStrToUInt32Ex(pszTCPPort, NULL, 10, &uServerPort4);
465 if (!RT_SUCCESS(rc) || uServerPort4 > 65535)
466 uServerPort4 = 0;
502 rc = RTStrToUInt32Ex(pszVNCPort4, NULL, 10, &uServerPort4);
503 if (!RT_SUCCESS(rc) || uServerPort4 > 65535)
504 uServerPort4 = 0;
583 if (pszVNCPort4 && uServerPort4 == 0)
585 rc = RTStrToUInt32Ex(pszVNCPort4, NULL, 10, &uServerPort4);
586 if (!RT_SUCCESS(rc) || uServerPort4 > 6553
[all...]

Completed in 44 milliseconds