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

/system/netd/
H A DThrottleController.cpp160 int ThrottleController::getInterfaceRxThrottle(const char *iface, int *rx) { argument
161 *rx = 0;
H A DCommandListener.cpp163 unsigned long rx = 0, tx = 0; local
164 if (readInterfaceCounters(argv[2], &rx, &tx)) {
170 asprintf(&msg, "%lu", rx);
181 unsigned long rx = 0, tx = 0; local
182 if (readInterfaceCounters(argv[2], &rx, &tx)) {
193 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) {
195 "Usage: interface getthrottle <interface> <rx|tx>", false);
202 if (!strcmp(argv[3], "rx")) {
868 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx) { argument
885 name, rx,
[all...]

Completed in 121 milliseconds