Searched defs:intIface (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 541 int TetherController::enableNat(const char* intIface, const char* extIface) { in enableNat() 620 const std::string& intIface, const std::string& extIface) { in findForwardingDownstream() 630 void TetherController::addForwardingPair(const std::string& intIface, const std::string& extIface) { in addForwardingPair() 644 const std::string& intIface, const std::string& extIface) { in markForwardingPairDisabled() 654 const std::string& intIface, const std::string& extIface) { in isForwardingPairEnabled() 692 int TetherController::setForwardRules(bool add, const char *intIface, const char *extIface) { in setForwardRules() 761 int TetherController::disableNat(const char* intIface, const char* extIface) { in disableNat()
|
D | TetherController.h | 104 std::string intIface; variable
|
D | NetdNativeService.cpp | 1145 binder::Status NetdNativeService::tetherAddForward(const std::string& intIface, in tetherAddForward() 1153 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward()
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 89 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 90 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 1124 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 1132 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 106 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 107 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|