HomeSort by relevance Sort by last modified time
    Searched refs:TCP_NODELAY (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /bionic/libc/kernel/uapi/linux/
tcp.h 69 #define TCP_NODELAY 1
  /external/iproute2/include/linux/
tcp.h 91 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /external/iproute2/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /external/kernel-headers/original/uapi/linux/
tcp.h 91 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 120 # define ASIO_OS_DEF_TCP_NODELAY TCP_NODELAY
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 301 case SocketOptions.TCP_NODELAY:
302 return booleanFromInt(Libcore.os.getsockoptInt(fd, IPPROTO_TCP, TCP_NODELAY));
385 case SocketOptions.TCP_NODELAY:
386 Libcore.os.setsockoptInt(fd, IPPROTO_TCP, TCP_NODELAY, booleanToInt((Boolean) value));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 91 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 234 case TCP_NODELAY:
236 throw new SocketException("bad parameter for TCP_NODELAY");
284 case TCP_NODELAY:

Completed in 1035 milliseconds

1 23 4 5 6 7