Searched refs:userIP (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 DClientList.cpp258 const uint32 userIP = client->GetIP(); local
267 if (userIP && (userPort || userKadPort)) {
268 IDMapIteratorPair range = m_ipList.equal_range(userIP);
272 wxASSERT(userIP == other->GetIP());
302 { m_ipList, userIP }, { m_clientList, userID }

Completed in 114 milliseconds