HomeSort by relevance Sort by last modified time
    Searched full:clat (Results 1 - 21 of 21) sorted by null

  /external/android-clat/
clatd.conf 1 # Host IID to use as the source of CLAT traffic.
7 # clat daemon started will use the address specified by ipv4_local_subnet. If
11 # which allows up to 8 clat daemons (.4, .5, .6, .7, .0, .1, .2, .3).
Android.mk 11 # The clat daemon.
clatd.c 224 * picks the clat IPv6 address and configures packet translation to use it.
258 logmsg(ANDROID_LOG_INFO, "clat IPv6 address changed from %s to %s", from_addr, addrstr);
415 printf("android-clat arguments:\n");
488 logmsg(ANDROID_LOG_INFO, "Starting clat version %s on %s netid=%s mark=%s",
522 logmsg(ANDROID_LOG_INFO,"Shutting down clat on %s", uplink_interface);
config.c 192 * ipv4_local_subnet - clat IPv4 address
363 /* In order to prevent multiple devices attempting to use the same clat address, never use a
translate.c 16 * translate.c - CLAT functions / partial implementation of rfc6145
clatd_test.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 41 * Class to manage a 464xlat CLAT daemon.
82 * Determines whether a network requires clat.
84 * @return true if the network requires clat, false otherwise.
91 // Only support clat on mobile and wifi for now, because these are the only IPv6-only
114 * Starts the clat daemon. Called by ConnectivityService on the handler thread.
123 Slog.e(TAG, "startClat: Can't start clat with null LinkProperties");
130 Slog.e(TAG, "startClat: Can't register interface observer for clat on " + mNetwork);
136 Slog.e(TAG, "startClat: Can't start clat on null interface");
151 * Stops the clat daemon. Called by ConnectivityService on the handler thread.
176 * Copies the stacked clat link in oldLp, if any, to the LinkProperties in mNetwork
    [all...]
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 311 float clat = (float) Math.cos(gdLatRad); local
313 float tlat = slat / clat;
315 (float) Math.sqrt(a2 * clat * clat + b2 * slat * slat);
323 + 2 * altitudeKm * (float) Math.sqrt(a2 * clat * clat +
325 + (a2 * a2 * clat * clat + b2 * b2 * slat * slat)
326 / (a2 * clat * clat + b2 * slat * slat)
    [all...]
  /system/core/include/private/
android_filesystem_config.h 71 #define AID_CLAT 1029 /* clat part of nat464 */
162 { "clat", AID_CLAT, },
  /external/fio/
stat.h 25 * Aggregate clat samples to report percentile(s) of them.
46 * Suppose the clat varies from 0 to 999 (usec), the straightforward
stat.c 182 * Find and display the p-th percentile of clat
202 log_info(" clat percentiles (msec):\n |");
205 log_info(" clat percentiles (usec):\n |");
400 display_lat("clat", min, max, mean, dev);
729 json_object_add_value_object(dir_object, "clat", tmp_object);
    [all...]
HOWTO     [all...]
fio.1     [all...]
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 218 // Double sigh, all rx traffic on clat needs to be tweaked to
223 if (entry.iface != null && entry.iface.startsWith("clat")) {
  /external/fio/tools/
fio_generate_plots 123 plot "I/O Completion Latency" clat "Time (msec)" 1000
  /development/testrunner/
test_defs.xml 575 build_path="external/android-clat"
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]

Completed in 452 milliseconds