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()
DOsTest.java955 int v = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
958 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
961 OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
975 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp590 #if defined(TCP_USER_TIMEOUT) in OsConstants_initConstants()
591 initConstant(env, c, "TCP_USER_TIMEOUT", TCP_USER_TIMEOUT); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java634 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants