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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.cpp100 #define MAGICVALUE_SYNC 0x835E6FC4 // value to check if we have a working encrypted stream macro
387 fileRequest.WriteUInt32(MAGICVALUE_SYNC);
504 if (dwValue == MAGICVALUE_SYNC) {
512 //printf("Wrong magic value: 0x%x != 0x%x on %s\n",dwValue, MAGICVALUE_SYNC, (const char*)unicode2char(DbgGetIPString()));
544 fileResponse.WriteUInt32(MAGICVALUE_SYNC);
565 if (m_pfiReceiveBuffer.ReadUInt32() != MAGICVALUE_SYNC) {
622 if (dwValue == MAGICVALUE_SYNC) {
649 fileResponse.WriteUInt32(MAGICVALUE_SYNC);

Completed in 100 milliseconds