Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h40 struct ForwardingDownstream { struct
49 std::multimap<std::string, ForwardingDownstream> mFwdIfaces; argument
161 ForwardingDownstream* findForwardingDownstream(const std::string& intIface,
DTetherController.cpp642 TetherController::ForwardingDownstream* TetherController::findForwardingDownstream( in findForwardingDownstream()
654 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in addForwardingPair()
660 mFwdIfaces.insert(std::pair<std::string, ForwardingDownstream>(extIface, { in addForwardingPair()
668 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in markForwardingPairDisabled()
678 ForwardingDownstream* existingEntry = findForwardingDownstream(intIface, extIface); in isForwardingPairEnabled()