Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h35 struct ForwardingDownstream { struct
44 std::multimap<std::string, ForwardingDownstream> mFwdIfaces; argument
150 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,
DTetherController.cpp619 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream()
631 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()
637 mFwdIfaces.insert(std::pair<std::string, ForwardingDownstream>(extIface, { in addForwardingPair()
645 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()
655 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()