#include "curl_setup.h"
#include "urldata.h"
#include "sendf.h"
#include "select.h"
#include "connect.h"
#include "timeval.h"
#include "socks.h"
#include "memdebug.h"
Go to the source code of this file.
Defines |
#define | SOCKS4REQLEN 262 |
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) |
Define Documentation
Function Documentation
CURLcode Curl_SOCKS5 |
( |
const char * |
proxy_name, |
|
|
const char * |
proxy_password, |
|
|
const char * |
hostname, |
|
|
int |
remote_port, |
|
|
int |
sockindex, |
|
|
struct connectdata * |
conn |
|
) |
| |