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.cpp252 unsigned long rx = 0, tx = 0; local
253 if (readInterfaceCounters(argv[2], &rx, &tx)) {
259 asprintf(&msg, "%lu", rx);
270 unsigned long rx = 0, tx = 0; local
271 if (readInterfaceCounters(argv[2], &rx, &tx)) {
282 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) {
284 "Usage: interface getthrottle <interface> <rx|tx>", false);
291 if (!strcmp(argv[3], "rx")) {
938 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx) { argument
955 name, rx,
[all...]

Completed in 28 milliseconds