Searched refs:OP_HELLO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/Client2Client/
H A DTCP.h31 OP_HELLO = 0x01, // 0x10<HASH 16><ID 4><PORT 2><1 Tag_set> enumerator in enum:ED2KStandardClientTCP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp310 if (!m_client && opcode != OP_HELLO) {
312 } else if (m_client && opcode != OP_HELLO && opcode != OP_HELLOANSWER) {
341 case OP_HELLO: { // 0.43b
351 AddDebugLogLineN(logRemoteClient, wxT("Remote Client: OP_HELLO from ") + m_client->GetFullIP() );
424 // - we have received eMule-OP_HELLO (new eMule)
H A DBaseClient.cpp750 CPacket* packet = new CPacket(data, OP_EDONKEYPROT, OP_HELLO);
754 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_HELLO to ") + GetFullIP() );

Completed in 68 milliseconds