Searched refs:KS_NONE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientList.cpp571 //Setting the Kad state to KS_NONE causes it to be removed in the switch below.
572 cur_client->SetKadState(KS_NONE);
604 //We are done with this client. Set Kad status to KS_NONE and it will be removed in the next cycle.
605 cur_client->SetKadState(KS_NONE);
610 //If we already have a buddy, we set Kad state to KS_NONE and it's removed in the next cycle.
613 cur_client->SetKadState(KS_NONE);
621 //If we are already connected to a buddy, we set this client to KS_NONE and it's removed next cycle.
631 cur_client->SetKadState(KS_NONE);
639 //If we are we set to KS_NONE and it's removed next cycle.
643 cur_client->SetKadState(KS_NONE);
[all...]
H A Dupdownclient.h76 KS_NONE, enumerator in enum:EKadState
H A DBaseClient.cpp159 m_nKadState = KS_NONE;
1289 SetKadState(KS_NONE); variable
2925 SetKadState(KS_NONE);
2929 SetKadState(KS_NONE);

Completed in 45 milliseconds