Searched refs:iface0 (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 971 std::string iface0 = matches[IFACE0_NAME].str(); in addForwardChainStats() local 977 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats() 985 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 986 stats.intIface = iface0; in addForwardChainStats() 990 } else if (stats.intIface == iface1 && stats.extIface == iface0) { in addForwardChainStats() 992 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats()
|