Searched refs:setInterfaceThrottle (Results 1 – 3 of 3) sorted by relevance
22 static int setInterfaceThrottle(const char *iface, int rxKbps, int txKbps);
60 int ThrottleController::setInterfaceThrottle(const char *iface, int rxKbps, int txKbps) { in setInterfaceThrottle() function in ThrottleController
313 if (ThrottleController::setInterfaceThrottle(argv[2], atoi(argv[3]), atoi(argv[4]))) { in runCommand()