HomeSort by relevance Sort by last modified time
    Searched defs:LINGER (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 63 struct linger { struct
102 typedef struct linger LINGER;
103 typedef struct linger *PLINGER;
104 typedef struct linger *LPLINGER;
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 224 // Default to 30s linger time-out. Modifiable only for testing.
225 private static final String LINGER_DELAY_PROPERTY = "persist.netmon.linger";
287 LINGER, // Determine whether this network is unneeded and should be lingered.
    [all...]

Completed in 146 milliseconds