Searched refs:Downstream (Results 1 – 1 of 1) sorted by relevance
53 private static class Downstream { class in IPv6TetheringCoordinator59 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream() method in IPv6TetheringCoordinator.Downstream73 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()