Searched defs:extIface (Results 1 – 9 of 9) sorted by relevance
/system/netd/server/ |
D | TetherController.cpp | 591 int TetherController::enableNat(const char* intIface, const char* extIface) { in enableNat() 672 const std::string& intIface, const std::string& extIface) { in findForwardingDownstream() 682 void TetherController::addForwardingPair(const std::string& intIface, const std::string& extIface) { in addForwardingPair() 696 const std::string& intIface, const std::string& extIface) { in markForwardingPairDisabled() 706 const std::string& intIface, const std::string& extIface) { in isForwardingPairEnabled() 711 bool TetherController::isAnyForwardingEnabledOnUpstream(const std::string& extIface) { in isAnyForwardingEnabledOnUpstream() 744 int TetherController::setForwardRules(bool add, const char *intIface, const char *extIface) { in setForwardRules() 813 int TetherController::disableNat(const char* intIface, const char* extIface) { in disableNat() 1096 void TetherController::maybeStartBpf(const char* extIface) { in maybeStartBpf() 1128 void TetherController::maybeStopBpf(const char* extIface) { in maybeStopBpf()
|
D | TetherController.h | 123 std::string extIface; variable
|
D | NetdNativeService.cpp | 1203 const std::string& extIface) { in tetherAddForward() 1211 const std::string& extIface) { in tetherRemoveForward()
|
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 107 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 1128 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 1136 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetd.aidl | 107 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|
/system/netd/server/aidl_api/netd_aidl_interface/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()
|
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetd.aidl | 107 void tetherAddForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherAddForward() 108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward()
|