Home
last modified time | relevance | path

Searched refs:IPPROTO_TCP (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java302 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/
Dnet_util_md.c920 { 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/
DOsConstants.java297 public static final int IPPROTO_TCP = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp303 initConstant(env, c, "IPPROTO_TCP", IPPROTO_TCP); in OsConstants_initConstants()