Searched refs:socks4a (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
H A Dconnect_br.tcl189 set socks4a 0
209 set socks4a 1
212 if {$socks4a} {
213 puts stderr "pxy=$which socks4a connection to $host:$port via $cur_proxy"
225 if {$socks4a} {
1061 } elseif [regexp -nocase {^socks4a://} $proxy] {
/external/libvncserver/x11vnc/
H A Dconnections.c2086 int socks4a = 0, len, i, j = 0, d1, d2, d3, d4; local
2117 socks4a = 1;
2124 if (socks4a) {
2161 if (socks4a) {
2168 if (socks4a) {

Completed in 125 milliseconds