Searched refs:m_ipLast (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 DPrefs.cpp88 m_ipLast = 0;
146 if ( !val || !m_ipLast ) {
148 m_ipLast = val;
153 if ( val == m_ipLast ) {
156 m_ipLast = val;
H A DPrefs.h134 uint32_t m_ipLast; member in class:Kademlia::CPrefs

Completed in 26 milliseconds