Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h182 static std::string makeTetherCountingRule(const char *if1, const char *if2);
DTetherController.cpp740 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() argument
741 return StringPrintf("-A %s -i %s -o %s -j RETURN", LOCAL_TETHER_COUNTERS_CHAIN, if1, if2); in makeTetherCountingRule()
/system/netd/tests/
Dbinder_test.cpp984 void addTetherCounterValues(const char* path, const std::string& if1, const std::string& if2, in addTetherCounterValues() argument
987 path, if1.c_str(), if2.c_str(), pkt, byte)); in addTetherCounterValues()
990 void delTetherCounterValues(const char* path, const std::string& if1, const std::string& if2) { in delTetherCounterValues() argument
992 path, if1.c_str(), if2.c_str())); in delTetherCounterValues()
994 path, if2.c_str(), if1.c_str())); in delTetherCounterValues()