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

/system/netd/
H A DBandwidthController.cpp1100 int64_t packets, bytes; local
1112 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1114 &packets, &bytes, iface0, iface1, rest);
1116 iface0, iface1, packets, bytes, rest, buffPtr);
1129 ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1130 stats.rxPackets = packets;
1133 ALOGV("2Filter TX iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1134 stats.txPackets = packets;
1139 ALOGV("1Filter RX iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1142 stats.rxPackets = packets;
[all...]

Completed in 98 milliseconds