Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java53 private static class Downstream { class in IPv6TetheringCoordinator
59 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream() method in IPv6TetheringCoordinator.Downstream
73 private final LinkedList<Downstream> mActiveDownstreams;
93 if (mActiveDownstreams.offer(new Downstream(downstream, mode, mNextSubnetId))) { in addActiveDownstream()
188 final Downstream ds = findDownstream(ipServer); in getInterfaceIPv6LinkProperties()
206 final Downstream currentActive = mActiveDownstreams.peek(); in getInterfaceIPv6LinkProperties()
218 Downstream findDownstream(IpServer ipServer) { in findDownstream()
219 for (Downstream ds : mActiveDownstreams) { in findDownstream()