Searched refs:s_globalContactIPs (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/routing/
H A DRoutingBin.cpp48 CRoutingBin::GlobalTrackingMap CRoutingBin::s_globalContactIPs;
220 GlobalTrackingMap::const_iterator itIP = s_globalContactIPs.find(ip);
221 if (itIP != s_globalContactIPs.end()) {
238 s_globalContactIPs[ip] = sameIPCount;
240 s_globalContactIPs.erase(ip);
283 GlobalTrackingMap::const_iterator itIP = s_globalContactIPs.find(newIP);
284 if (itIP != s_globalContactIPs.end()) {
370 GlobalTrackingMap::const_iterator itIP = s_globalContactIPs.find(ip);
371 if (itIP != s_globalContactIPs.end()) {
H A DRoutingBin.h92 static GlobalTrackingMap s_globalContactIPs; member in class:Kademlia::CRoutingBin

Completed in 109 milliseconds