Searched defs:SecondaryTableController (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DSecondaryTableController.h32 class SecondaryTableController { class
35 SecondaryTableController();
36 virtual ~SecondaryTableController();
H A DSecondaryTableController.cpp37 #include "SecondaryTableController.h"
39 SecondaryTableController::SecondaryTableController() { function in class:SecondaryTableController
48 SecondaryTableController::~SecondaryTableController() {
51 int SecondaryTableController::findTableNumber(const char *iface) {
62 int SecondaryTableController::addRoute(SocketClient *cli, char *iface, char *dest, int prefix,
81 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface,
140 void SecondaryTableController::modifyRuleCount(int tableIndex, const char *action) {
151 int SecondaryTableController
[all...]

Completed in 119 milliseconds