Searched refs:CEncryptedStreamSocket (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.h87 class CEncryptedStreamSocket : public CSocketClientProxy class in inherits:CSocketClientProxy
90 CEncryptedStreamSocket(wxSocketFlags flags = wxSOCKET_NONE, const CProxyData *proxyData = NULL);
91 virtual ~CEncryptedStreamSocket();
H A DEncryptedStreamSocket.cpp121 CEncryptedStreamSocket::CEncryptedStreamSocket(wxSocketFlags flags, const CProxyData *proxyData) : CSocketClientProxy(flags, proxyData) function in class:CEncryptedStreamSocket
136 CEncryptedStreamSocket::~CEncryptedStreamSocket()
142 void CEncryptedStreamSocket::SetConnectionEncryption(bool bEnabled, const uint8_t* pTargetClientHash, bool bServerConnection)
184 int CEncryptedStreamSocket::Write(const void* lpBuf, uint32_t nBufLen)
206 //DebugLogError(_T("CEncryptedStreamSocket: Overwriting State ECS_UNKNOWN with ECS_NONE because of premature Send() (%s)"), DbgGetIPString());
214 int CEncryptedStreamSocket::Read(void* lpBuf, uint32_t nBufLen)
233 //DebugLogError(_T("CEncryptedStreamSocket Received data before sending on outgoing connection"));
259 //DebugLogError(_T("CEncryptedStreamSocket
[all...]
H A DEMSocket.h29 #include "EncryptedStreamSocket.h" // Needed for CEncryptedStreamSocket
46 class CEMSocket : public CEncryptedStreamSocket, public ThrottledFileSocket
H A DEMSocket.cpp44 : CEncryptedStreamSocket(wxSOCKET_NOWAIT, ProxyData)
423 CEncryptedStreamSocket::OnSend(0);
572 uint32 result = CEncryptedStreamSocket::Write(sendbuffer+sent,tosend);

Completed in 101 milliseconds