Searched refs:GetCurrentIdentState (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.cpp74 switch (GetCurrentIdentState(dwForIP)) {
93 switch (GetCurrentIdentState(dwForIP)) {
125 switch (GetCurrentIdentState(dwForIP)) {
220 EIdentState CClientCredits::GetCurrentIdentState(uint32 dwForIP) const function in class:CClientCredits
241 if (GetCurrentIdentState(dwForIP) == IS_IDENTIFIED){ // good boy
H A DClientCredits.h81 EIdentState GetCurrentIdentState(uint32 dwForIP) const; // can be != m_identState
H A Dupdownclient.h560 EIdentState GetCurrentIdentState() const { return credits ? credits->GetCurrentIdentState(GetIP()) : IS_NOTAVAILABLE; }
H A DBaseClient.cpp2575 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDENTIFIED);
2580 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDBADGUY);
2585 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDFAILED);
2590 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDNEEDED);
2595 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_NOTAVAILABLE);
H A DECSpecialCoreTags.cpp287 AddTag(CECTag(EC_TAG_CLIENT_IDENT_STATE, (uint64) client->GetCurrentIdentState()), valuemap);
H A Damule-remote-gui.cpp1364 tag->GetCurrentIdentState(&client->m_identState);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h329 EIdentState GetCurrentIdentState(EIdentState * target = 0) const { return (EIdentState) AssignIfExist(EC_TAG_CLIENT_IDENT_STATE, (uint32 *) target); } function in class:CEC_UpDownClient_Tag

Completed in 119 milliseconds