HomeSort by relevance Sort by last modified time
    Searched refs:sSecondaryTableCtrl (Results 1 - 2 of 2) sorted by null

  /system/netd/
CommandListener.cpp 52 SecondaryTableController *CommandListener::sSecondaryTableCtrl = NULL;
149 if (!sSecondaryTableCtrl)
150 sSecondaryTableCtrl = new SecondaryTableController(map);
154 sNatCtrl = new NatController(sSecondaryTableCtrl);
213 sSecondaryTableCtrl->setupIptablesHooks();
284 if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) {
292 if (!sSecondaryTableCtrl->removeFwmarkRule(argv[4])) {
310 if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) {
318 if (!sSecondaryTableCtrl->removeFwmarkRoute(argv[4], argv[5],
338 if (!sSecondaryTableCtrl->addUidRule(argv[4], atoi(argv[5]), atoi(argv[6])))
    [all...]
CommandListener.h 45 static SecondaryTableController *sSecondaryTableCtrl;

Completed in 2009 milliseconds