Searched defs:SecondaryTableController (Results 1 - 2 of 2) sorted by last modified time

/system/netd/
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();

Completed in 179 milliseconds