Searched refs:TCP_USER_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsConstantsTest.java | 36 assertTrue(OsConstants.TCP_USER_TIMEOUT > 0); in testTcpUserTimeoutIsDefined()
|
/libcore/luni/src/test/java/libcore/io/ |
D | OsTest.java | 701 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/ |
D | android_system_OsConstants.cpp | 582 #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/ |
D | OsConstants.java | 524 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants
|