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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp180 uint16 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptLayer << 0) | (uSupportsCryptLayer ? 0x80 : 0x00); local
182 strURL << wxT(":") << byCryptOptions;
184 if (byCryptOptions & 0x80) {
H A DServerSocket.cpp550 uint8 byCryptOptions = 0; local
553 byCryptOptions = data.ReadUInt8();;
571 client->SetConnectOptions(byCryptOptions, true, false);
575 client->SetConnectOptions(byCryptOptions, true, false);
H A DDownloadQueue.h304 void KademliaSearchFile(uint32_t searchID, const Kademlia::CUInt128* pcontactID, const Kademlia::CUInt128* pkadID, uint8_t type, uint32_t ip, uint16_t tcp, uint16_t udp, uint32_t buddyip, uint16_t buddyport, uint8_t byCryptOptions);
H A DPartFile.cpp1013 const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptLayer << 0); local
1014 file.WriteUInt8(byCryptOptions);
1645 uint8 byCryptOptions = 0; local
1647 byCryptOptions = sources.ReadUInt8();
1648 if ((byCryptOptions & 0x80) > 0) {
1652 if ((thePrefs::IsClientCryptLayerRequested() && (byCryptOptions & 0x01/*supported*/) > 0 && (byCryptOptions & 0x80) == 0)
1653 || (thePrefs::IsClientCryptLayerSupported() && (byCryptOptions & 0x02/*requested*/) > 0 && (byCryptOptions & 0x80) == 0)) {
1655 } else if (!thePrefs::IsClientCryptLayerRequested() && (byCryptOptions
2646 const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptLayer << 0); local
2762 uint8 byCryptOptions = 0; local
[all...]
H A DDownloadQueue.cpp1541 void CDownloadQueue::KademliaSearchFile(uint32_t searchID, const Kademlia::CUInt128* pcontactID, const Kademlia::CUInt128* pbuddyID, uint8_t type, uint32_t ip, uint16_t tcp, uint16_t udp, uint32_t buddyip, uint16_t buddyport, uint8_t byCryptOptions) argument
1625 if ((byCryptOptions & 0x08) == 0){
1642 ctemp->SetConnectOptions(byCryptOptions);
H A DKnownFile.cpp1057 const uint8 byCryptOptions = (uRequiresCryptLayer << 2) | (uRequestsCryptLayer << 1) | (uSupportsCryptLayer << 0); local
1058 data.WriteUInt8(byCryptOptions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp876 uint8_t byCryptOptions = 0; // 0 = not supported. local
903 byCryptOptions = (uint8)tag->GetInt();
916 theApp->downloadqueue->KademliaSearchFile(m_searchID, &answer, &buddy, type, ip, tcp, udp, buddyip, buddyport, byCryptOptions);

Completed in 100 milliseconds