Searched refs:sSecondaryTableCtrl (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DCommandListener.cpp52 SecondaryTableController *CommandListener::sSecondaryTableCtrl = NULL; member in class:CommandListener
148 if (!sSecondaryTableCtrl)
149 sSecondaryTableCtrl = new SecondaryTableController(map);
153 sNatCtrl = new NatController(sSecondaryTableCtrl);
212 sSecondaryTableCtrl->setupIptablesHooks();
283 if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) {
291 if (!sSecondaryTableCtrl->removeFwmarkRule(argv[4])) {
309 if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) {
317 if (!sSecondaryTableCtrl->removeFwmarkRoute(argv[4], argv[5],
337 if (!sSecondaryTableCtrl
[all...]
H A DCommandListener.h45 static SecondaryTableController *sSecondaryTableCtrl; member in class:CommandListener

Completed in 423 milliseconds