Searched refs:if2 (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | TetherController.h | 160 static std::string makeTetherCountingRule(const char *if1, const char *if2);
|
D | TetherController.cpp | 711 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() argument 712 return StringPrintf("-A %s -i %s -o %s -j RETURN", LOCAL_TETHER_COUNTERS_CHAIN, if1, if2); in makeTetherCountingRule()
|
/system/netd/tests/ |
D | binder_test.cpp | 1137 void addTetherCounterValues(const char* path, const std::string& if1, const std::string& if2, in addTetherCounterValues() argument 1140 path, if1.c_str(), if2.c_str(), pkt, byte)); in addTetherCounterValues() 1143 void delTetherCounterValues(const char* path, const std::string& if1, const std::string& if2) { in delTetherCounterValues() argument 1145 path, if1.c_str(), if2.c_str())); in delTetherCounterValues() 1147 path, if2.c_str(), if1.c_str())); in delTetherCounterValues()
|