Tor
0.4.7.0-alpha-dev
|
Client request structure. More...
#include "lib/net/socks5_status.h"
Go to the source code of this file.
Data Structures | |
struct | socks_request_t |
Macros | |
#define | MAX_SOCKS_REPLY_LEN 1024 |
#define | SOCKS_NO_AUTH 0x00 |
#define | SOCKS_USER_PASS 0x02 |
#define | SOCKS_COMMAND_CONNECT 0x01 |
#define | SOCKS_COMMAND_RESOLVE 0xF0 |
#define | SOCKS_COMMAND_RESOLVE_PTR 0xF1 |
#define | SOCKS_COMMAND_IS_CONNECT(c) (((c)==SOCKS_COMMAND_CONNECT) || 0) |
#define | SOCKS_COMMAND_IS_RESOLVE(c) |
Client request structure.
Definition in file socks_request_st.h.
#define SOCKS_COMMAND_CONNECT 0x01 |
Please open a TCP connection to this addr:port.
Definition at line 23 of file socks_request_st.h.
#define SOCKS_COMMAND_IS_RESOLVE | ( | c | ) |
Definition at line 31 of file socks_request_st.h.
#define SOCKS_COMMAND_RESOLVE 0xF0 |
Please turn this FQDN into an IP address, privately.
Definition at line 25 of file socks_request_st.h.
#define SOCKS_COMMAND_RESOLVE_PTR 0xF1 |
Please turn this IP address into an FQDN, privately.
Definition at line 27 of file socks_request_st.h.