Searched refs:IsFirewalledKad (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 DServerWnd.cpp213 KadInfoList->SetItem(next_row++, 1, theApp->IsFirewalledKad() ?
222 if (theApp->IsFirewalledKad() || UDPFirewalled) {
228 if (!theApp->IsFirewalledKad()) {
H A Damule.h206 bool IsFirewalledKad() const;
H A Damule-remote-gui.h695 bool IsFirewalledKad() const { return (m_ConnState & CONNECTED_KAD_FIREWALLED) != 0; } function in class:CamuleRemoteGuiApp
H A Damule.cpp1657 return IsFirewalledKad(); // If kad says ok, it's ok.
1660 bool CamuleApp::IsFirewalledKad() const function in class:CamuleApp
H A DSharedFilesCtrl.cpp314 || (theApp->IsConnectedKad() && !theApp->IsFirewalledKad() ))) {
H A DamuleDlg.cpp714 if (theApp->IsFirewalledKad()) {
H A Damule-remote-gui.cpp458 return IsFirewalledKad();

Completed in 95 milliseconds