Home
last modified time | relevance | path

Searched refs:isForwardingPairEnabled (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DTetherController.h166 bool isForwardingPairEnabled(const std::string& intIface, const std::string& extIface);
DTetherController.cpp577 if (isForwardingPairEnabled(intIface, extIface)) { in enableNat()
676 bool TetherController::isForwardingPairEnabled( in isForwardingPairEnabled() function in android::net::TetherController