Searched refs:setForwardRules (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 600 if (setForwardRules(true, intIface, extIface) != 0) { in enableNat() 715 int TetherController::setForwardRules(bool add, const char *intIface, const char *extIface) { in setForwardRules() function in android::net::TetherController 770 setForwardRules(false, intIface, extIface); in setForwardRules() 790 setForwardRules(false, intIface, extIface); in disableNat()
|
D | TetherController.h | 173 int setForwardRules(bool set, const char *intIface, const char *extIface);
|