Searched refs:AcceptExternalConnections (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp559 if (!thePrefs::AcceptExternalConnections()) {
560 AddLogLineCS(_("ERROR: aMule daemon cannot be used when external connections are disabled. To enable External Connections, use either a normal aMule, start amuled with the option --ec-config or set the key \"AcceptExternalConnections\" to 1 in the file ~/.aMule/amule.conf"));
H A DPreferences.h425 static bool AcceptExternalConnections() { return s_AcceptExternalConnections; } function in class:CPreferences
H A DPrefsUnifiedDlg.cpp627 if (thePrefs::AcceptExternalConnections() && thePrefs::ECPassword().IsEmpty()) {
H A DExternalConn.cpp313 if ( thePrefs::AcceptExternalConnections() ) {

Completed in 112 milliseconds