Searched refs:CClientTCPSocket (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DListenSocket.h37 class CClientTCPSocket;
49 void RemoveSocket(CClientTCPSocket* todel);
50 void AddSocket(CClientTCPSocket* toadd);
54 bool IsValidSocket(CClientTCPSocket* totest);
68 typedef std::set<CClientTCPSocket *> SocketSet;
H A DListenSocket.cpp43 // CClientTCPSocket to handle (accept) the connection.
137 CClientTCPSocket* newclient = new CClientTCPSocket();
164 CClientTCPSocket* cur_socket = *it++;
184 CClientTCPSocket* cur_socket = *it++;
199 void CListenSocket::AddSocket(CClientTCPSocket* toadd)
206 void CListenSocket::RemoveSocket(CClientTCPSocket* todel)
219 CClientTCPSocket* cur_socket = *it++;
238 bool CListenSocket::IsValidSocket(CClientTCPSocket* totest)
H A DClientTCPSocket.h38 // CClientTCPSocket
45 class CClientTCPSocket : public CEMSocket class in inherits:CEMSocket
48 CClientTCPSocket(CUpDownClient* in_client = NULL, const CProxyData *ProxyData = NULL);
49 virtual ~CClientTCPSocket();
H A DClientTCPSocket.cpp86 CClientTCPSocket *socket = dynamic_cast<CClientTCPSocket *>(baseSocket);
124 // CClientTCPSocket
127 CClientTCPSocket::CClientTCPSocket(CUpDownClient* in_client, const CProxyData *ProxyData) function in class:CClientTCPSocket
152 CClientTCPSocket::~CClientTCPSocket()
168 bool CClientTCPSocket::InitNetworkData()
190 void CClientTCPSocket::ResetTimeOutTimer()
196 bool CClientTCPSocket
[all...]
H A DClientList.h36 class CClientTCPSocket;
155 bool AttachToAlreadyKnown( CUpDownClient** client, CClientTCPSocket* sender );
H A Dupdownclient.h44 class CClientTCPSocket;
141 CUpDownClient(CClientTCPSocket* sender = 0);
425 void SetSocket(CClientTCPSocket* socket);
437 CClientTCPSocket* GetSocket() const { return m_socket; }
678 CClientTCPSocket* m_socket;
H A DBaseClient.cpp70 #include "ClientTCPSocket.h" // Needed for CClientTCPSocket
98 CUpDownClient::CUpDownClient(CClientTCPSocket* sender)
1505 m_socket = new CClientTCPSocket(this, thePrefs::GetProxyData());
1768 void CUpDownClient::SetSocket(CClientTCPSocket* socket)
H A DClientList.cpp35 #include "ClientTCPSocket.h" // Needed for CClientTCPSocket
371 bool CClientList::AttachToAlreadyKnown(CUpDownClient** client, CClientTCPSocket* sender)

Completed in 51 milliseconds