Searched refs:makeTetherCountingRule (Results 1 – 2 of 2) sorted by relevance
688 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() function in android::net::TetherController725 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()
149 static std::string makeTetherCountingRule(const char *if1, const char *if2);