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

  /frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java 42 * Class to manage a 464xlat CLAT daemon.
55 // The LinkProperties of the clat interface.
76 * Determines whether an interface requires clat.
80 * @return true if the interface requires clat, false otherwise.
84 // Only support clat on mobile for now.
95 * Starts the clat daemon.
110 Slog.e(TAG, "Error starting clat daemon: " + e);
116 * Stops the clat daemon.
124 Slog.e(TAG, "Error stopping clat daemon: " + e);
150 // Get the network configuration of the clat interface, store i
    [all...]
  /external/android-clat/
clatd.conf 1 # host ID to use as the source of CLAT traffic
clatd.c 62 #define DEVICENAME6 "clat"
145 * note: routes a /128 out of the (assumed routed to us) /64 to the CLAT interface
179 logmsg(ANDROID_LOG_WARN, "clat subnet changed from %s to %s", from_addr, to_addr);
431 printf("android-clat arguments:\n");
468 logmsg(ANDROID_LOG_INFO, "Starting clat version %s on %s", CLATD_VERSION, uplink_interface);
510 logmsg(ANDROID_LOG_INFO,"Shutting down clat on %s", uplink_interface);
translate.c 16 * translate.c - CLAT functions / partial implementation of rfc6145
  /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 72 #define AID_CLAT 1029 /* clat part of nat464 */
153 { "clat", AID_CLAT, },
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]

Completed in 231 milliseconds