Searched refs:IPPROTO_TCP (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 302 return booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_TCP, TCP_NODELAY)); in getSocketOptionErrno() 386 Libcore.os.setsockoptInt(fd, IPPROTO_TCP, TCP_NODELAY, booleanToInt((Boolean) value)); in setSocketOptionErrno()
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 920 { java_net_SocketOptions_TCP_NODELAY, IPPROTO_TCP, TCP_NODELAY }, in NET_MapSocketOption() 1319 level = IPPROTO_TCP; in NET_Bind()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 297 public static final int IPPROTO_TCP = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 303 initConstant(env, c, "IPPROTO_TCP", IPPROTO_TCP); in OsConstants_initConstants()
|