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