Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp644 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in findForwardingDownstream() local
645 for (auto it = extIfaceMatches.first; it != extIfaceMatches.second; ++it) { in findForwardingDownstream()
683 auto extIfaceMatches = mFwdIfaces.equal_range(extIface); in isAnyForwardingEnabledOnUpstream() local
684 for (auto it = extIfaceMatches.first; it != extIfaceMatches.second; ++it) { in isAnyForwardingEnabledOnUpstream()