Searched refs:vdpy (Results 1 – 3 of 3) sorted by relevance
1823 int vdpy = -1, sock = -1; in do_vnc_redirect() local1834 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 …]
893 vdpy=`expr $PORT - 5900`895 vdpy=":$PORT"898 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy903 $VNCVIEWERCMD "$@" $ssh_host:$vdpy
890 vdpy=`expr $PORT - 5900`892 vdpy=":$PORT"895 echo "$VNCVIEWERCMD" "$@" $ssh_host:$vdpy897 $VNCVIEWERCMD "$@" $ssh_host:$vdpy900 $VNCVIEWERCMD "$@" $ssh_host:$vdpy