Searched refs:setInterfaceAlert (Results 1 – 3 of 3) sorted by relevance
86 int setInterfaceAlert(const char *iface, int64_t bytes);
981 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() function in BandwidthController
1132 int rc = gCtls->bandwidthCtrl.setInterfaceAlert(argv[2], atoll(argv[3])); in runCommand()