Searched refs:IsFiltered (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilter.h63 bool IsFiltered( uint32 IP2test, bool isServer = false );
H A DSearchListCtrl.h194 bool IsFiltered(const CSearchFile* file);
H A DSearchListCtrl.cpp149 } else if (!IsFiltered(toshow)) {
155 if (IsFiltered(children.at(i))) {
406 if (IsFiltered(file)) {
417 if (IsFiltered(*it)) {
452 bool CSearchListCtrl::IsFiltered(const CSearchFile* file) function in class:CSearchListCtrl
H A DIPFilter.cpp419 bool CIPFilter::IsFiltered(uint32 IPTest, bool isServer) function in class:CIPFilter
H A DServerList.cpp209 && theApp->ipfilter->IsFiltered(in_server->GetIP(), true))
983 if (theApp->ipfilter->IsFiltered(server->GetIP(), true)) {
H A DClientTCPSocket.cpp178 if (theApp->ipfilter->IsFiltered(m_remoteip)) {
379 if (theApp->ipfilter->IsFiltered(m_client->GetIP())) {
1901 if (theApp->ipfilter->IsFiltered(m_remoteip)) {
H A DServerSocket.cpp724 if (theApp->ipfilter->IsFiltered(ip, true)) {
H A DClientList.cpp762 if ( theApp->ipfilter->IsFiltered(client->GetConnectIP())) {
H A DBaseClient.cpp738 if ( theApp->ipfilter->IsFiltered(StringIPtoUint32(address.IPAddress()))) {
1439 if (theApp->ipfilter->IsFiltered(uClientIP)) {
H A DDownloadQueue.cpp1560 if (theApp->ipfilter->IsFiltered(ED2KID)) {
H A DPartFile.cpp1667 if (theApp->ipfilter->IsFiltered(userid)) {
2782 if (theApp->ipfilter->IsFiltered(dwIDED2K)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dsanity25 def IsFiltered(filename) method
690 if filename =~ /\.(cpp|h)$/ and not IsFiltered(filename) then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp196 if (!theApp->ipfilter->IsFiltered(wxUINT32_SWAP_ALWAYS(ip)) &&
253 if (!theApp->ipfilter->IsFiltered(wxUINT32_SWAP_ALWAYS(ip)) &&
408 if (!theApp->ipfilter->IsFiltered(wxUINT32_SWAP_ALWAYS(ip)) && !(port == 53 && version <= 5) /*No DNS Port without encryption*/) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp733 if (!theApp->ipfilter->IsFiltered(hostIP) && !(contactPort == 53 && version <= 5) /*No DNS Port without encryption*/) {

Completed in 132 milliseconds