Searched refs:BandwidthController (Results 1 – 5 of 5) sorted by relevance
56 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";57 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";58 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";59 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";60 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";61 const char* BandwidthController::LOCAL_MANGLE_POSTROUTING = "bw_mangle_POSTROUTING";62 const int BandwidthController::MAX_CMD_ARGS = 32;63 const int BandwidthController::MAX_CMD_LEN = 1024;64 const int BandwidthController::MAX_IFACENAME_LEN = 64;65 const int BandwidthController::MAX_IPT_OUTPUT_LINE_LEN = 256;[all …]
25 class BandwidthController {52 BandwidthController();
47 BandwidthController.cpp \
89 BandwidthController * CommandListener::sBandwidthCtrl = NULL;104 BandwidthController::LOCAL_INPUT,112 BandwidthController::LOCAL_FORWARD,121 BandwidthController::LOCAL_OUTPUT,126 BandwidthController::LOCAL_RAW_PREROUTING,132 BandwidthController::LOCAL_MANGLE_POSTROUTING,200 sBandwidthCtrl = new BandwidthController(); in CommandListener()1173 BandwidthController::TetherStats tetherStats; in runCommand()
41 static BandwidthController *sBandwidthCtrl;