#include <I_Socks.h>
Public Member Functions | |
void | reset () |
SocksAddrType () | |
~SocksAddrType () | |
Data Fields | |
unsigned char | type |
union { | |
unsigned char ipv4 [4] | |
unsigned char * buf | |
} | addr |
Definition at line 62 of file I_Socks.h.
SocksAddrType::~SocksAddrType | ( | ) | [inline] |
TS_INLINE void SocksAddrType::reset | ( | ) |
Definition at line 156 of file P_Socks.h.
References addr, ats_free(), SOCKS_ATYPE_IPV4, and type.
Referenced by SocksProxy::mainEvent(), and ~SocksAddrType().
union { ... } SocksAddrType::addr |
Referenced by reset(), SocksProxy::setupHttpRequest(), and SocksAddrType().
unsigned char* SocksAddrType::buf |
Definition at line 69 of file I_Socks.h.
Referenced by SocksProxy::setupHttpRequest().
unsigned char SocksAddrType::ipv4[4] |
Definition at line 68 of file I_Socks.h.
Referenced by SocksProxy::setupHttpRequest().
unsigned char SocksAddrType::type |
Definition at line 64 of file I_Socks.h.
Referenced by SocksProxy::mainEvent(), reset(), and SocksProxy::setupHttpRequest().