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