HomeSort by relevance Sort by last modified time
    Searched defs:SO_KEEPALIVE (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/net/
SocketOptions.java 319 @Native public final static int SO_KEEPALIVE = 0x0008;
StandardSocketOptions.java 71 * whether the option is enabled or disabled. When the {@code SO_KEEPALIVE}
84 public static final SocketOption<Boolean> SO_KEEPALIVE =
85 new StdSocketOption<Boolean>("SO_KEEPALIVE", Boolean.class);
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 43 public static final int SO_KEEPALIVE = 7;
76 case SO_KEEPALIVE:
149 case SO_KEEPALIVE:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 19 #define SO_KEEPALIVE 9
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 33 #define SO_KEEPALIVE 9
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 25 #define SO_KEEPALIVE 0x0008
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 20 #define SO_KEEPALIVE 9
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 24 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 17 SO_KEEPALIVE = 0x0008
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 80 #define SO_KEEPALIVE 0x0008 /* keep connections alive */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 135 SO_KEEPALIVE
types_windows.go 536 SO_KEEPALIVE = 8
zerrors_darwin_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 135 SO_KEEPALIVE
types_windows.go 536 SO_KEEPALIVE = 8
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 117 #define SO_KEEPALIVE 0x0008 /* keep connections alive */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 119 #undef SO_KEEPALIVE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 160 #define SO_KEEPALIVE 0x0008
winsock2.h 185 #define SO_KEEPALIVE 0x0008
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 454 SO_KEEPALIVE = 9
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 454 SO_KEEPALIVE = 9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 454 SO_KEEPALIVE = 9
  /external/python/cpython2/Lib/plat-atheos/
IN.py 771 SO_KEEPALIVE = 9
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 235 SO_KEEPALIVE = 0x0008
  /libcore/luni/src/main/java/android/system/
OsConstants.java 475 public static final int SO_KEEPALIVE = placeholder();
    [all...]

Completed in 1351 milliseconds

1 2 3 4 5