Searched refs:IPPROTO_TCP (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LocalSocketImpl.java | 444 toReturn = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, in getOption() 501 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_NODELAY, in setOption()
|
/frameworks/native/libs/binder/ |
D | RpcServer.cpp | 576 setsockopt(socket_fd.get(), IPPROTO_TCP, TCP_NODELAY, &noDelay, sizeof(noDelay)); in setupSocketServer()
|
D | RpcSession.cpp | 607 setsockopt(serverFd.get(), IPPROTO_TCP, TCP_NODELAY, &noDelay, sizeof(noDelay)); in setupOneSocketConnection()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 395 public static final int IPPROTO_TCP = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 344 initConstant(env, c, "IPPROTO_TCP", IPPROTO_TCP); in OsConstants_initConstants()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27842 field public static final int IPPROTO_TCP;
|