• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:CClientTCPSocket

86 	CClientTCPSocket *socket = dynamic_cast<CClientTCPSocket *>(baseSocket);
124 // CClientTCPSocket
127 CClientTCPSocket::CClientTCPSocket(CUpDownClient* in_client, const CProxyData *ProxyData)
152 CClientTCPSocket::~CClientTCPSocket()
168 bool CClientTCPSocket::InitNetworkData()
190 void CClientTCPSocket::ResetTimeOutTimer()
196 bool CClientTCPSocket::CheckTimeOut()
231 void CClientTCPSocket::SetClient(CUpDownClient* pClient)
240 void CClientTCPSocket::OnClose(int nErrorCode)
253 void CClientTCPSocket::Disconnect(const wxString& strReason)
273 void CClientTCPSocket::Safe_Delete()
295 void CClientTCPSocket::Safe_Delete_Client()
304 bool CClientTCPSocket::ProcessPacket(const byte* buffer, uint32 size, uint8 opcode)
1023 bool CClientTCPSocket::ProcessExtPacket(const byte* buffer, uint32 size, uint8 opcode)
1824 bool CClientTCPSocket::ProcessED2Kv2Packet(const byte* buffer, uint32 size, uint8 opcode)
1872 void CClientTCPSocket::OnConnect(int nErrorCode)
1888 void CClientTCPSocket::OnSend(int nErrorCode)
1895 void CClientTCPSocket::OnReceive(int nErrorCode)
1913 void CClientTCPSocket::OnError(int nErrorCode)
1962 bool CClientTCPSocket::PacketReceived(CPacket* packet)
2049 Disconnect(wxT("Caught exception on CClientTCPSocket::ProcessPacket\n"));
2056 SocketSentBytes CClientTCPSocket::SendControlData(uint32 maxNumberOfBytesToSend, uint32 overchargeMaxBytesToSend)
2068 SocketSentBytes CClientTCPSocket::SendFileAndControlData(uint32 maxNumberOfBytesToSend, uint32 overchargeMaxBytesToSend)
2080 void CClientTCPSocket::SendPacket(CPacket* packet, bool delpacket, bool controlpacket, uint32 actualPayloadSize)