Searched refs:iface0 (Results 1 – 1 of 1) sorted by relevance
/system/netd/ |
D | BandwidthController.cpp | 997 char iface0[MAX_IPT_OUTPUT_LINE_LEN]; in parseForwardChainStats() local 1006 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; in parseForwardChainStats() 1008 &packets, &bytes, iface0, iface1, rest); in parseForwardChainStats() 1010 iface0, iface1, packets, bytes, rest, buffPtr); in parseForwardChainStats() 1016 if ((stats.ifaceIn == iface0) && (stats.ifaceOut == iface1)) { in parseForwardChainStats() 1017 … ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets); in parseForwardChainStats() 1020 } else if ((stats.ifaceOut == iface0) && (stats.ifaceIn == iface1)) { in parseForwardChainStats() 1021 … ALOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets); in parseForwardChainStats()
|