Searched defs:intIface (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 563 int TetherController::enableNat(const char* intIface, const char* extIface) { in enableNat() 642 const std::string& intIface, const std::string& extIface) { in findForwardingDownstream() 652 void TetherController::addForwardingPair(const std::string& intIface, const std::string& extIface) { in addForwardingPair() 666 const std::string& intIface, const std::string& extIface) { in markForwardingPairDisabled() 676 const std::string& intIface, const std::string& extIface) { in isForwardingPairEnabled() 714 int TetherController::setForwardRules(bool add, const char *intIface, const char *extIface) { in setForwardRules() 783 int TetherController::disableNat(const char* intIface, const char* extIface) { in disableNat()
|
D | TetherController.h | 112 std::string intIface; variable
|
D | NetdNativeService.cpp | 1157 binder::Status NetdNativeService::tetherAddForward(const std::string& intIface, in tetherAddForward() 1165 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward()
|