Searched refs:packets (Results 1 – 2 of 2) sorted by relevance
/system/netd/ |
D | BandwidthController.cpp | 1000 int64_t packets, bytes; in parseForwardChainStats() local 1004 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; in parseForwardChainStats() 1006 &packets, &bytes, iface0, iface1, rest); in parseForwardChainStats() 1008 iface0, iface1, packets, bytes, rest, buffPtr); in parseForwardChainStats() 1015 … ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets); in parseForwardChainStats() 1016 stats.rxPackets = packets; in parseForwardChainStats() 1019 … ALOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets); in parseForwardChainStats() 1020 stats.txPackets = packets; in parseForwardChainStats()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 27 to orchestrate the exchange of data (packets, really) between clients,
|