Lines Matching defs:port
1170 int port = find_free_port(5800, 5860);
1171 if (port) {
1173 screen->httpPort = port;
1175 rfbLog("handle_one_http_request: no http port.\n");
1180 screen->port = 0;
1462 announce(screen->port, use_openssl, NULL);
1463 fprintf(stdout, "PORT=%d\n", screen->port);
1465 fprintf(stdout, "PORT=%d\n", screen->port);
1469 fprintf(stdout, "SSLPORT=%d\n", screen->port);
1479 avahi_advertise(name, this_host(), screen->port);
1756 rfbLog("wait_for_client: Xvnc.redirect not listening... sock=%d port=%d\n", screen->listenSock, screen->port);
3049 if (! screen->port || screen->listenSock < 0) {
3056 rfbLog("Error: could not obtain listening port. (wait for client)\n");
3068 ssh_remote_tunnel(ssh_str, screen->port);