Go to the source code of this file.
Functions |
int | Curl_blockread_all (struct connectdata *conn, curl_socket_t sockfd, char *buf, ssize_t buffersize, ssize_t *n) |
CURLcode | Curl_SOCKS4 (const char *proxy_name, const char *hostname, int remote_port, int sockindex, struct connectdata *conn) |
CURLcode | Curl_SOCKS5 (const char *proxy_name, const char *proxy_password, const char *hostname, int remote_port, int sockindex, struct connectdata *conn) |
Function Documentation
CURLcode Curl_SOCKS5 |
( |
const char * |
proxy_name, |
|
|
const char * |
proxy_password, |
|
|
const char * |
hostname, |
|
|
int |
remote_port, |
|
|
int |
sockindex, |
|
|
struct connectdata * |
conn |
|
) |
| |