Home
last modified time | relevance | path

Searched refs:socks4 (Results 1 – 18 of 18) sorted by relevance

/curl/docs/cmdline-opts/
H A Dsocks4.md4 Long: socks4
15 - --socks4 hostname:4096 $URL
18 # `--socks4`
25 `socks4://localhost/path/to/socket.sock`
30 This option is superfluous since you can specify a socks4 proxy with --proxy
31 using a socks4:// protocol prefix. (Added in 7.21.7)
H A Dsocks4a.md11 - socks4
H A Dpreproxy.md24 alternative proxy protocols. Use socks4://, socks4a://, socks5:// or
H A Dproxy.md23 specified or http:// it is treated as an HTTP proxy. Use socks4://,
H A DMakefile.inc257 socks4.md \
/curl/tests/data/
H A Dtest70215 # 91 is socks4 failure
27 socks4
37 --socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT
H A Dtest70037 socks4
43 --socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest70837 socks4
40 all_proxy=socks4://%HOSTIP:%SOCKSPORT
H A Dtest70637 socks4
43 --socks4 %HOSTIP:%SOCKSPORT ftp://%HOSTIP:%FTPPORT/
H A Dtest72923 socks4
H A Dtest70426 --socks4 %HOSTIP:%NOLISTENPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest56430 socks4
H A Dtest1706143 ## socks4://
144 Makes it the equivalent of --socks4
269 socks4://
271 Makes it the equivalent of --socks4
H A Dtest1705147 ## socks4://
148 Makes it the equivalent of --socks4
291 .IP socks4://
292 Makes it the equivalent of \fI\-\-socks4\fP
/curl/docs/libcurl/opts/
H A DCURLOPT_PRE_PROXY.md43 of socks is used. Use socks4://, socks4a://, socks5:// or socks5h:// (the last
74 curl_easy_setopt(curl, CURLOPT_PRE_PROXY, "socks4://socks-proxy:1080");
H A DCURLOPT_PROXY.md63 ## socks4://
/curl/docs/
H A Doptions-in-versions222 --socks4 7.15.2
/curl/tests/server/
H A Dsocksd.c311 static curl_socket_t socks4(curl_socket_t fd, in socks4() function
390 return socks4(fd, buffer, rc); in sockit()

Completed in 27 milliseconds