Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp711 std::string TetherController::makeTetherCountingRule(const char *if1, const char *if2) { in makeTetherCountingRule() function in android::net::TetherController
748 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()
DTetherController.h160 static std::string makeTetherCountingRule(const char *if1, const char *if2);