Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:port

3654 		screen->port = 0;
3667 screen->port = 0;
3672 screen->port = lport;
3677 screen->port = 0;
3696 int port = screen->port;
3703 screen->port = 0;
3708 screen->port = port;
3722 if (screen->port <= 0) {
3724 screen->port = got_rfbport_val;
3730 screen->port = find_free_port6(ap, ap+200);
3733 fd = listen6(screen->port);
3738 rfbLog("Listening %s on IPv6 port %d (socket %d)\n",
3740 screen->port, fd);
3789 ; /* should not occur (port) */
3868 char *SPORT = " (single port)";
3870 announce_http(screen->port, 1, listen_str, SPORT);
3880 sprintf(pmsg, "?PORT=%d", stunnel_port);
3893 announce_http(screen->port, 1, NULL, SPORT);
3911 rfbLog("https://host:port/proxy.vnc (MUST be used if Web Proxy used)\n");
3913 rfbLog("https://host:port/ultra.vnc (Use UltraVNC Java Viewer)\n");
3914 rfbLog("https://host:port/ultraproxy.vnc (Web Proxy with UltraVNC)\n");
3915 rfbLog("https://host:port/ultrasigned.vnc (Signed UltraVNC Filexfer)\n");
3917 rfbLog("Where you replace \"host:port\" with that printed below, or\n");
3937 if (screen->port) {
3942 announce(screen->port, 1, listen_str);
3944 announce(screen->port, 0, listen_str);
3954 ; /* should not occur (port != 0) */
3956 fprintf(stdout, "PORT=%d\n", screen->port);
3963 fprintf(stdout, "ENCPORT=%d\n", screen->port);
3965 fprintf(stdout, "SSLPORT=%d\n", screen->port);
3972 fprintf(flag, "PORT=%d\n",screen->port);