Home
last modified time | relevance | path

Searched refs:TCP_CORK (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_raw.c168 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val)); in SPDYF_raw_before_write()
187 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val)); in SPDYF_raw_after_write()
/third_party/musl/ndk_musl_include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/musl/include/netinet/
Dtcp.h8 #define TCP_CORK 3 macro
/third_party/skia/third_party/externals/microhttpd/
DMHD_config.h.in36 /* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
Dconfigure.ac483 # TCP_CORK and TCP_NOPUSH
484 AC_CHECK_DECLS([TCP_CORK, TCP_NOPUSH], [], [], [[#include <netinet/tcp.h>]])
DChangeLog1395 Unset TCP_CORK at the end of transmitting a response
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt923 TCP_CORK
Dlinux.txt2598 TCP_CORK
Dandroid.txt2544 TCP_CORK
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c2484 setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val,
2566 setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val,
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs977 pub const TCP_CORK: ::c_int = 3; constant
/third_party/python/Modules/
Dsocketmodule.c8153 #ifdef TCP_CORK
8154 PyModule_AddIntMacro(m, TCP_CORK);
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1800 pub const TCP_CORK: ::c_int = 0x18; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1802 pub const TCP_CORK: ::c_int = 3; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1623 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1623 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1628 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1864 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1619 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1618 pub const TCP_CORK: u32 = 3; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1612 pub const TCP_CORK: u32 = 3; constant

12