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/io/
DOsTest.java701 int v = Libcore.os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
704 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
707 OsConstants.TCP_USER_TIMEOUT)); in test_socket_tcpUserTimeout_setAndGet()
717 Libcore.os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp582 #if defined(TCP_USER_TIMEOUT) in OsConstants_initConstants()
583 initConstant(env, c, "TCP_USER_TIMEOUT", TCP_USER_TIMEOUT); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java524 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants