Searched refs:ipfilter (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp194 ipfilter = NULL;
313 delete ipfilter;
314 ipfilter = NULL;
515 ipfilter = new CIPFilter();
600 ipfilter->ConnectToAnyServerWhenReady();
603 ipfilter->StartKADWhenReady();
1532 ipfilter->DownloadFinished(event.GetExtraLong());
1954 if (ipfilter->IsReady()) {
1957 ipfilter->StartKADWhenReady();
H A DServerConnect.cpp48 #include "IPFilter.h" // Needed for theApp->ipfilter->IsReady()
97 if (!theApp->ipfilter->IsReady()) {
98 // do it later when ipfilter is up
99 theApp->ipfilter->ConnectToAnyServerWhenReady();
H A DGuiEvents.cpp720 theApp->ipfilter->Reload();
725 theApp->ipfilter->Update(url);
H A DServerList.cpp206 ( // don't test for filtered while ipfilter is still loading,
208 theApp->ipfilter->IsReady()
209 && theApp->ipfilter->IsFiltered(in_server->GetIP(), true))
983 if (theApp->ipfilter->IsFiltered(server->GetIP(), true)) {
H A DPrefsUnifiedDlg.cpp675 theApp->ipfilter->Reload();
1065 theApp->ipfilter->Reload();
1071 theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() );
H A Damule.h260 CIPFilter* ipfilter; member in class:CamuleApp
H A DClientTCPSocket.cpp178 if (theApp->ipfilter->IsFiltered(m_remoteip)) {
379 if (theApp->ipfilter->IsFiltered(m_client->GetIP())) {
1898 // We might have updated ipfilter
1901 if (theApp->ipfilter->IsFiltered(m_remoteip)) {
H A DServerSocket.cpp724 if (theApp->ipfilter->IsFiltered(ip, true)) {
H A Damule-remote-gui.h667 CIPFilterRem *ipfilter; member in class:CamuleRemoteGuiApp
H A DamuleDlg.cpp793 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()) && theApp->ipfilter->IsReady());
1501 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()) && theApp->ipfilter->IsReady());
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)) {
H A Damule-remote-gui.cpp368 ipfilter = new CIPFilterRem(m_connect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am105 htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
H A DMakefile760 htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
H A DMakefile.in760 htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
/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 137 milliseconds