Searched refs:SecondaryTableController (Results 1 - 7 of 7) sorted by relevance

/system/netd/
H A DNatController.h22 #include "SecondaryTableController.h"
27 NatController(SecondaryTableController *ctrl);
39 SecondaryTableController *secondaryTableCtrl;
H A DSecondaryTableController.cpp38 #include "SecondaryTableController.h"
40 SecondaryTableController::SecondaryTableController() { function in class:SecondaryTableController
49 SecondaryTableController::~SecondaryTableController() {
52 int SecondaryTableController::findTableNumber(const char *iface) {
63 int SecondaryTableController::addRoute(SocketClient *cli, char *iface, char *dest, int prefix,
82 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface,
116 void SecondaryTableController::modifyRuleCount(int tableIndex, const char *action) {
127 int SecondaryTableController
[all...]
H A DSecondaryTableController.h32 class SecondaryTableController { class
35 SecondaryTableController();
36 virtual ~SecondaryTableController();
H A DAndroid.mk20 SecondaryTableController.cpp \
H A DCommandListener.h31 #include "SecondaryTableController.h"
43 static SecondaryTableController *sSecondaryTableCtrl;
H A DNatController.cpp33 #include "SecondaryTableController.h"
41 NatController::NatController(SecondaryTableController *ctrl) {
H A DCommandListener.cpp41 #include "SecondaryTableController.h"
54 SecondaryTableController *CommandListener::sSecondaryTableCtrl = NULL;
141 sSecondaryTableCtrl = new SecondaryTableController();

Completed in 146 milliseconds