Home | History | Annotate | Download | only in net

Lines Matching refs:stacked

54  * Links can also be stacked on top of each other.
69 // Stores the properties of links that are "stacked" above this link.
125 for (LinkProperties stacked: mStackedLinks.values()) {
126 interfaceNames.addAll(stacked.getAllInterfaceNames());
190 * Returns all the routes on this link and all the links stacked above it.
195 for (LinkProperties stacked: mStackedLinks.values()) {
196 routes.addAll(stacked.getAllRoutes());
209 * Adds a stacked link.
211 * If there is already a stacked link with the same interfacename as link,
213 * of stacked links. If link is null, nothing changes.
224 * Removes a stacked link.
226 * If there a stacked link with the same interfacename as link, it is
238 * Returns all the links stacked on top of this link.
241 Collection<LinkProperties> stacked = new ArrayList<LinkProperties>();
243 stacked.add(new LinkProperties(link));
245 return Collections.unmodifiableCollection(stacked);
285 String stacked = "";
287 stacked += " Stacked: [";
289 stacked += " [" + link.toString() + " ],";
291 stacked += "] ";
293 return "{" + ifaceName + linkAddresses + routes + dns + domainName + proxy + stacked + "}";
375 * Compares this {@code LinkProperties} stacked links against the target
384 for (LinkProperties stacked : mStackedLinks.values()) {
386 String iface = stacked.getInterfaceName();
387 if (!stacked.equals(target.mStackedLinks.get(iface))) {
406 * This method does not check that stacked interfaces are equal, because
407 * stacked interfaces are not so much a property of the link as a