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