Searched refs:logClientUDP (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientUDPSocket.cpp127 AddDebugLogLineN(logClientUDP, CFormat(wxT("Unknown opcode on received packet: 0x%x")) % protocol);
130 AddDebugLogLineN(logClientUDP, wxT("Error while parsing UDP packet: ") + e);
132 AddDebugLogLineN(logClientUDP, wxT("Invalid UDP packet encountered: ") + e.what());
134 AddDebugLogLineN(logClientUDP, wxT("Malformed packet encountered while parsing UDP packet: ") + e.what());
144 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket; OP_REASKCALLBACKUDP") );
164 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: send OP_REASKCALLBACKTCP") );
172 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: OP_REASKFILEPING") );
225 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: OP_REASKACK to ") + sender->GetFullIP());
228 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket; ReaskFilePing; reqfile does not match") );
238 AddDebugLogLineN(logClientUDP, CForma
[all...]
H A DLogger.h66 logClientUDP, enumerator in enum:DebugType
H A DLogger.cpp55 CDebugCategory( logClientUDP, wxT("ClientUDPSocket") ),
H A DDownloadClient.cpp1307 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: send OP_REASKFILEPING") );
1332 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket: send OP_REASKCALLBACKUDP") );
H A DBaseClient.cpp1529 AddDebugLogLineN(logClientUDP, wxT("Sending OP_DIRECTCALLBACKREQ to ") + Uint32_16toStringIP_Port(GetConnectIP(), GetKadPort()));

Completed in 33 milliseconds