Home
last modified time | relevance | path

Searched refs:TCP_USER_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1274 public static final int TCP_USER_TIMEOUT; field in OsConstants
1275 static { TCP_USER_TIMEOUT = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp617 #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/
DOsTest.java1527 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,
DOsConstantsTest.java61 assertTrue(OsConstants.TCP_USER_TIMEOUT > 0); in testTcpUserTimeoutIsDefined()
/libcore/luni/src/main/java/android/system/
DOsConstants.java801 public static final int TCP_USER_TIMEOUT = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt566 field public static final int TCP_USER_TIMEOUT;