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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.h136 typedef std::map<uint32_t, uint32_t> GlobalPublishIPMap; typedef in class:Kademlia::CKeyEntry
141 static GlobalPublishIPMap s_globalPublishIPs; // tracks count of publishings for each 255.255.255.0/24 subnet
H A DEntry.cpp51 CKeyEntry::GlobalPublishIPMap CKeyEntry::s_globalPublishIPs;
323 GlobalPublishIPMap::const_iterator it = s_globalPublishIPs.find(ip & 0xFFFFFF00 /* /24 netmask, take care of endian if needed */ );
467 GlobalPublishIPMap::const_iterator itMap = s_globalPublishIPs.find(curEntry.m_ip & 0xFFFFFF00 /* /24 netmask, take care of endian if needed*/);

Completed in 64 milliseconds