Searched refs:TCP_USER_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 1274 public static final int TCP_USER_TIMEOUT; field in OsConstants 1275 static { TCP_USER_TIMEOUT = 0; }
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 617 #if defined(TCP_USER_TIMEOUT) in OsConstants_initConstants() 618 initConstant(env, c, "TCP_USER_TIMEOUT", TCP_USER_TIMEOUT); in OsConstants_initConstants()
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 1527 int v = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT); 1530 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, 1533 OsConstants.TCP_USER_TIMEOUT); 1548 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT,
|
D | OsConstantsTest.java | 61 assertTrue(OsConstants.TCP_USER_TIMEOUT > 0); in testTcpUserTimeoutIsDefined()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 801 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants
|
/libcore/api/ |
D | current.txt | 566 field public static final int TCP_USER_TIMEOUT;
|