Home
last modified time | relevance | path

Searched refs:unprivView (Results 1 – 5 of 5) sorted by relevance

/dports/net/spoofer/spoofer-1.4.7/manager/scheduler/
H A Dapp.cpp195 if (opAllowed(ui, config->unprivView)) in scheduleNextProber()
952 if (opAllowed(ui, config->unprivView)) { in uiAccept()
1216 if (opAllowed(ui, config->unprivView)) in proberStarted()
1233 if (opAllowed(ui, config->unprivView)) in proberError()
1263 if (opAllowed(ui, config->unprivView)) in proberFinished()
1350 if (opAllowed(ui, config->unprivView)) in pause()
1365 if (opAllowed(ui, config->unprivView)) in resume()
1427 if (opAllowed(ui, config->unprivView)) in parseProberTextForUpgrade()
H A Dappunix.cpp162 if (!config->unprivView.variant().toBool()) in startProber()
/dports/net/spoofer/spoofer-1.4.7/manager/gui/
H A DPreferencesDialog.cpp267 w = new BoolSettingWidget(&SpooferBase::config->unprivView, this); in PreferencesDialog()
/dports/net/spoofer/spoofer-1.4.7/manager/common/
H A Dcommon.cpp206 unprivView(QSL("unprivView"), true, in Config()
H A Dcommon.h321 Member<bool> unprivView; variable