HomeSort by relevance Sort by last modified time
    Searched refs:stacked (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 179 * Copies the stacked clat link in oldLp, if any, to the LinkProperties in mNetwork.
189 for (LinkProperties stacked: oldLp.getStackedLinks()) {
190 if (mIface.equals(stacked.getInterfaceName())) {
191 mNetwork.linkProperties.addStackedLink(stacked);
199 LinkProperties stacked = new LinkProperties(); local
200 stacked.setInterfaceName(mIface);
211 stacked.addRoute(ipv4Default);
212 stacked.addLinkAddress(clatAddress);
213 return stacked;
253 Slog.i(TAG, "Adding stacked link " + mIface + " on top of " + mBaseIface)
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 65 // Stores the properties of links that are "stacked" above this link.
145 for (LinkProperties stacked: mStackedLinks.values()) {
146 interfaceNames.addAll(stacked.getAllInterfaceNames());
170 * Returns all the addresses on this link and all the links stacked above it.
178 for (LinkProperties stacked: mStackedLinks.values()) {
179 addresses.addAll(stacked.getAllAddresses());
247 * Returns all the addresses on this link and all the links stacked above it.
253 for (LinkProperties stacked: mStackedLinks.values()) {
254 addresses.addAll(stacked.getAllLinkAddresses());
441 * Returns all the routes on this link and all the links stacked above it
519 List<LinkProperties> stacked = new ArrayList<LinkProperties>(); local
575 String stacked = ""; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 365 // Addresses on stacked links don't count.
366 LinkProperties stacked = new LinkProperties(); local
367 stacked.setInterfaceName("stacked");
368 lp.addStackedLink(stacked);
369 stacked.addLinkAddress(LINKADDRV4);
370 stacked.addLinkAddress(LINKADDRV6);
371 assertTrue(stacked.hasIPv4Address());
372 assertTrue(stacked.hasGlobalIPv6Address());
375 lp.removeStackedLink("stacked");
    [all...]
  /external/ltrace/
read_config_file.c 178 int stacked = 0; local
192 stacked++;
194 stacked--;
198 } while (stacked > 0);
200 return (stacked == 0) ? pos : NULL;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /external/blktrace/doc/
blktrace.tex 577 \item[A -- remap] For stacked devices, incoming io is remapped to device
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 835 // subtractions are stacked, while multiplications are subordinate.
    [all...]

Completed in 540 milliseconds