Searched refs:IsBannedClient (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 DClientList.h233 bool IsBannedClient(uint32 dwIP);
H A DMuleUDPSocket.cpp175 } else if (theApp->clientlist->IsBannedClient(ip)) {
H A DUploadClient.cpp792 return ( (theApp->clientlist->IsBannedClient(GetIP()) ) && m_nDownloadState != DS_DOWNLOADING);
H A DClientList.cpp734 bool CClientList::IsBannedClient(uint32 dwIP) function in class:CClientList
H A DClientTCPSocket.cpp181 } else if (theApp->clientlist->IsBannedClient(m_remoteip)) {
H A DBaseClient.cpp1449 if (theApp->clientlist->IsBannedClient(uClientIP)) {
H A DPartFile.cpp2786 if (theApp->clientlist->IsBannedClient(dwIDED2K)){

Completed in 81 milliseconds