Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp621 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in findForwardingDownstream() local
622 for (auto it = extIfaceMatches.first; it != extIfaceMatches.second; ++it) { in findForwardingDownstream()
660 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in isAnyForwardingEnabledOnUpstream() local
661 for (auto it = extIfaceMatches.first; it != extIfaceMatches.second; ++it) { in isAnyForwardingEnabledOnUpstream()