Home
last modified time | relevance | path

Searched refs:TCP_USER_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java36 assertTrue(OsConstants.TCP_USER_TIMEOUT > 0); in testTcpUserTimeoutIsDefined()
/libcore/luni/src/test/java/libcore/libcore/io/
DOsTest.java712 int v = Libcore.os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
715 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
718 OsConstants.TCP_USER_TIMEOUT)); in test_socket_tcpUserTimeout_setAndGet()
728 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp586 #if defined(TCP_USER_TIMEOUT) in OsConstants_initConstants()
587 initConstant(env, c, "TCP_USER_TIMEOUT", TCP_USER_TIMEOUT); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java528 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants