Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);
DTetherController.cpp701 bool TetherController::tetherCountingRuleExists( in tetherCountingRuleExists() function in android::net::TetherController
747 if (add && !tetherCountingRuleExists(intIface, extIface)) { in setForwardRules()