Home
last modified time | relevance | path

Searched refs:if2 (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DTetherController.h160 static std::string makeTetherCountingRule(const char *if1, const char *if2);
DTetherController.cpp710 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() argument
711 return StringPrintf("-A %s -i %s -o %s -j RETURN", LOCAL_TETHER_COUNTERS_CHAIN, if1, if2); in makeTetherCountingRule()
/system/netd/tests/
Dbinder_test.cpp1431 void addTetherCounterValues(const char* path, const std::string& if1, const std::string& if2, in addTetherCounterValues() argument
1434 path, if1.c_str(), if2.c_str(), pkt, byte)); in addTetherCounterValues()
1437 void delTetherCounterValues(const char* path, const std::string& if1, const std::string& if2) { in delTetherCounterValues() argument
1439 path, if1.c_str(), if2.c_str())); in delTetherCounterValues()
1441 path, if2.c_str(), if1.c_str())); in delTetherCounterValues()