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

  /system/netd/
SecondaryTableController.cpp 37 #include "SecondaryTableController.h"
39 const char* SecondaryTableController::LOCAL_MANGLE_OUTPUT = "st_mangle_OUTPUT";
40 const char* SecondaryTableController::LOCAL_MANGLE_POSTROUTING = "st_mangle_POSTROUTING";
41 const char* SecondaryTableController::LOCAL_NAT_POSTROUTING = "st_nat_POSTROUTING";
43 SecondaryTableController::SecondaryTableController(UidMarkMap *map) : mUidMarkMap(map) {
52 SecondaryTableController::~SecondaryTableController() {
55 int SecondaryTableController::setupIptablesHooks() {
94 int SecondaryTableController::findTableNumber(const char *iface)
    [all...]
NatController.h 22 #include "SecondaryTableController.h"
27 NatController(SecondaryTableController *ctrl);
40 SecondaryTableController *secondaryTableCtrl;
SecondaryTableController.h 36 class SecondaryTableController {
39 SecondaryTableController(UidMarkMap *map);
40 virtual ~SecondaryTableController();
Android.mk 21 SecondaryTableController.cpp \
CommandListener.h 31 #include "SecondaryTableController.h"
45 static SecondaryTableController *sSecondaryTableCtrl;
NatController.cpp 35 #include "SecondaryTableController.h"
42 NatController::NatController(SecondaryTableController *ctrl) {
CommandListener.cpp 39 #include "SecondaryTableController.h"
52 SecondaryTableController *CommandListener::sSecondaryTableCtrl = NULL;
92 SecondaryTableController::LOCAL_MANGLE_POSTROUTING,
97 SecondaryTableController::LOCAL_MANGLE_OUTPUT,
108 SecondaryTableController::LOCAL_NAT_POSTROUTING,
148 sSecondaryTableCtrl = new SecondaryTableController(map);
    [all...]

Completed in 74 milliseconds