Home
last modified time | relevance | path

Searched refs:vdpy (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Duser.c1823 int vdpy = -1, sock = -1; in do_vnc_redirect() local
1834 if (sscanf(q+1, "%d", &vdpy) != 1) { in do_vnc_redirect()
1838 if (vdpy == -1 && vnc_redirect != 2) { in do_vnc_redirect()
1843 if (vdpy < 0) { in do_vnc_redirect()
1844 vdpy = -vdpy; in do_vnc_redirect()
1845 } else if (vdpy < 200) { in do_vnc_redirect()
1846 vdpy += 5900; in do_vnc_redirect()
1849 vdpy += 5900; in do_vnc_redirect()
1855 sock = connect_tcp(vnc_redirect_host, vdpy); in do_vnc_redirect()
1863 rfbLog("wait_for_client: could not connect to a VNC Server at %s:%d\n", vnc_redirect_host, vdpy); in do_vnc_redirect()
[all …]
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer893 vdpy=`expr $PORT - 5900`
895 vdpy=":$PORT"
898 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy
900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
903 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dss_vncviewer890 vdpy=`expr $PORT - 5900`
892 vdpy=":$PORT"
895 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy
897 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy