Searched refs:OP_PUBLICKEY (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.h75 OP_PUBLICKEY = 0x85, // <len 1><pubkey len> enumerator in enum:ED2KExtendedClientTCP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp1323 case OP_PUBLICKEY: { // 0.43b
1324 AddDebugLogLineN( logRemoteClient, wxT("Remote Client: OP_PUBLICKEY from ") + m_client->GetFullIP() );
1333 throw wxString(wxT("Client send OP_PUBLICKEY before finishing handshake"));
H A DBaseClient.cpp2068 CPacket* packet = new CPacket(data, OP_EMULEPROT, OP_PUBLICKEY);
2071 AddDebugLogLineN( logLocalClient, wxT("Local Client: OP_PUBLICKEY to ") + GetFullIP() );

Completed in 37 milliseconds