Searched refs:BandwidthController (Results 1 – 5 of 5) sorted by relevance
50 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";51 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";52 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";53 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";54 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";55 const char* BandwidthController::LOCAL_MANGLE_POSTROUTING = "bw_mangle_POSTROUTING";56 const int BandwidthController::MAX_CMD_ARGS = 32;57 const int BandwidthController::MAX_CMD_LEN = 1024;58 const int BandwidthController::MAX_IFACENAME_LEN = 64;59 const int BandwidthController::MAX_IPT_OUTPUT_LINE_LEN = 256;[all …]
23 class BandwidthController {48 BandwidthController();
6 BandwidthController.cpp \
48 BandwidthController * CommandListener::sBandwidthCtrl = NULL;63 BandwidthController::LOCAL_INPUT,71 BandwidthController::LOCAL_FORWARD,79 BandwidthController::LOCAL_OUTPUT,84 BandwidthController::LOCAL_RAW_PREROUTING,90 BandwidthController::LOCAL_MANGLE_POSTROUTING,151 sBandwidthCtrl = new BandwidthController(); in CommandListener()1120 BandwidthController::TetherStats tetherStats; in runCommand()
40 static BandwidthController *sBandwidthCtrl;