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

  /libcore/luni/src/test/java/libcore/android/system/
OsConstantsTest.java 36 assertTrue(OsConstants.TCP_USER_TIMEOUT > 0);
  /external/strace/xlat/
socktcpoptions.h 62 #if defined(TCP_USER_TIMEOUT) || (defined(HAVE_DECL_TCP_USER_TIMEOUT) && HAVE_DECL_TCP_USER_TIMEOUT)
63 XLAT(TCP_USER_TIMEOUT),
  /bionic/libc/kernel/uapi/linux/
tcp.h 75 #define TCP_USER_TIMEOUT 18
  /external/iproute2/include/uapi/linux/
tcp.h 108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */
  /external/kernel-headers/original/uapi/linux/
tcp.h 108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */
  /libcore/luni/src/test/java/libcore/libcore/io/
OsTest.java 706 * Tests that TCP_USER_TIMEOUT can be set on a TCP socket, but doesn't test
712 int v = Libcore.os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT);
715 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT,
718 OsConstants.TCP_USER_TIMEOUT));
728 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT,
730 fail("datagram (connectionless) sockets shouldn't support TCP_USER_TIMEOUT");
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 586 #if defined(TCP_USER_TIMEOUT)
587 initConstant(env, c, "TCP_USER_TIMEOUT", TCP_USER_TIMEOUT);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 528 public static final int TCP_USER_TIMEOUT = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 451 milliseconds