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

/system/netd/
H A DSecondaryTableController.h37 class SecondaryTableController { class
40 SecondaryTableController(UidMarkMap *map);
41 virtual ~SecondaryTableController();
H A DSecondaryTableController.cpp37 #include "SecondaryTableController.h"
39 const char* SecondaryTableController::LOCAL_MANGLE_OUTPUT = "st_mangle_OUTPUT";
40 const char* SecondaryTableController::LOCAL_MANGLE_EXEMPT = "st_mangle_EXEMPT";
41 const char* SecondaryTableController::LOCAL_MANGLE_IFACE_FORMAT = "st_mangle_%s_OUTPUT";
42 const char* SecondaryTableController::LOCAL_NAT_POSTROUTING = "st_nat_POSTROUTING";
43 const char* SecondaryTableController::LOCAL_FILTER_OUTPUT = "st_filter_OUTPUT";
45 SecondaryTableController::SecondaryTableController(UidMarkMap *map) : mUidMarkMap(map) { function in class:SecondaryTableController
54 SecondaryTableController::~SecondaryTableController() {
[all...]

Completed in 855 milliseconds