Searched refs:makeTetherCountingRule (Results 1 – 2 of 2) sorted by relevance
710 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() function in android::net::TetherController747 v4.push_back(makeTetherCountingRule(intIface, extIface)); in setForwardRules()748 v4.push_back(makeTetherCountingRule(extIface, intIface)); in setForwardRules()749 v6.push_back(makeTetherCountingRule(intIface, extIface)); in setForwardRules()750 v6.push_back(makeTetherCountingRule(extIface, intIface)); in setForwardRules()
160 static std::string makeTetherCountingRule(const char *if1, const char *if2);