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.java1054 int v = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
1057 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
1060 OsConstants.TCP_USER_TIMEOUT); in test_socket_tcpUserTimeout_setAndGet()
1074 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp594 #if defined(TCP_USER_TIMEOUT) in OsConstants_initConstants()
595 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