Home
last modified time | relevance | path

Searched refs:tport (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer2798 tport=/tmp/ss_vncviewer_tport${RANDOM}.$$
2799 tport=`mytmp "$tport"`
2815 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport2
2817 tail -f $tport 1>&2 &
2827 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &
2849 …PORT=`grep "^PORT=" $tport | tr '\r' ' ' | head -n 1 | sed -e 's/PORT=//' -e 's/\r//g' -e 's/ *$//…
2853 …vnss=`sed -e 's/\r//g' $tport $tport2 | egrep -i '^(New.* desktop is|A VNC server is already runni…
2862 …vnss=`sed -e 's/\r//g' $tport | egrep -i '^(New.* desktop is|A VNC server is already running).*:[0…
2874 elif egrep 'Info: listening on IPv6 only|Info: listening only on IPv6' $tport > /dev/null; then
2880 rm -f $tport $tport2
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dss_vncviewer2769 tport=/tmp/ss_vncviewer_tport${RANDOM}.$$
2770 tport=`mytmp "$tport"`
2786 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport2
2788 tail -f $tport 1>&2 &
2798 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &
2820 …PORT=`grep "^PORT=" $tport | tr '\r' ' ' | head -n 1 | sed -e 's/PORT=//' -e 's/\r//g' -e 's/ *$//…
2824 …vnss=`sed -e 's/\r//g' $tport $tport2 | egrep -i '^(New.* desktop is|A VNC server is already runni…
2833 …vnss=`sed -e 's/\r//g' $tport | egrep -i '^(New.* desktop is|A VNC server is already running).*:[0…
2845 elif egrep 'Info: listening on IPv6 only|Info: listening only on IPv6' $tport > /dev/null; then
2851 rm -f $tport $tport2
/external/libvncserver/x11vnc/
Dsslhelper.c4088 int tport = get_local_port(fd); in accept_openssl() local
4089 if (tport > 0) { in accept_openssl()
4090 screen->port = tport; in accept_openssl()
Dx11vnc.c4251 char *opts, tport[32]; in main() local
4269 sprintf(tport, "%d", got_rfbport_val); in main()
4270 argv_vnc[got_rfbport_pos] = strdup(tport); in main()