Home
last modified time | relevance | path

Searched refs:makeTetherCountingRule (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DTetherController.cpp688 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() function in android::net::TetherController
725 v4.push_back(makeTetherCountingRule(intIface, extIface)); in setForwardRules()
726 v4.push_back(makeTetherCountingRule(extIface, intIface)); in setForwardRules()
727 v6.push_back(makeTetherCountingRule(intIface, extIface)); in setForwardRules()
728 v6.push_back(makeTetherCountingRule(extIface, intIface)); in setForwardRules()
DTetherController.h149 static std::string makeTetherCountingRule(const char *if1, const char *if2);