Searched refs:GetClientState (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/
H A DClientList.cpp107 if ( toadd->GetClientState() == CS_NEW ) {
147 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetUserIDHybrid() == newID ) )
161 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetIP() == newIP ) )
176 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetUserHash() == newHash ) )
H A Dupdownclient.h161 ClientState GetClientState() { return m_clientState; } function in class:CUpDownClient

Completed in 155 milliseconds