HomeSort by relevance Sort by last modified time
    Searched refs:TCP_CORK (Results 1 - 25 of 37) sorted by null

1 2

  /external/libmicrohttpd/src/microspdy/
io_raw.c 168 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
170 SPDYF_DEBUG("WARNING: Couldn't set the new connection to TCP_CORK");
187 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
189 SPDYF_DEBUG("WARNING: Couldn't unset the new connection to TCP_CORK");
  /external/strace/xlat/
socktcpoptions.h 17 #if defined(TCP_CORK) || (defined(HAVE_DECL_TCP_CORK) && HAVE_DECL_TCP_CORK)
18 XLAT(TCP_CORK),
  /bionic/libc/kernel/uapi/linux/
tcp.h 61 #define TCP_CORK 3
  /external/iproute2/include/netinet/
tcp.h 42 #define TCP_CORK 3 /* Control sending of partial frames */
  /external/iproute2/include/uapi/linux/
tcp.h 94 #define TCP_CORK 3 /* Never send partially complete segments */
  /external/kernel-headers/original/uapi/linux/
tcp.h 94 #define TCP_CORK 3 /* Never send partially complete segments */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tcp.h 93 #define TCP_CORK 3 /* Never send partially complete segments */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 42 #define TCP_CORK 3 /* Control sending of partial frames */
  /external/libmicrohttpd/src/microhttpd/
connection.c 36 /* for TCP_CORK */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]

Completed in 823 milliseconds

1 2