Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_tcp_options.h20 #if defined(TCP_CORK) || (defined(HAVE_DECL_TCP_CORK) && HAVE_DECL_TCP_CORK)
22 static_assert((TCP_CORK) == (3), "TCP_CORK != 3");
25 # define TCP_CORK 3
271 [TCP_CORK] = XLAT(TCP_CORK),
Dsock_tcp_options.in4 TCP_CORK 3
/external/mtools/
Dfloppyd_io.h71 #ifdef TCP_CORK in UNUSED()
73 TCP_CORK, (char *)&on, sizeof(on)) < 0) { in UNUSED()
Dmtools.spec151 - Network speedup fixes for floppyd (TCP_CORK)
DNEWS17 - Network speedup fixes for floppyd (TCP_CORK)
/external/iproute2/include/netinet/
Dtcp.h42 #define TCP_CORK 3 /* Control sending of partial frames */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
/external/mtools/debian/
Dchangelog18 * Network speedup fixes for floppyd (TCP_CORK)
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs949 pub const TCP_CORK: ::c_int = 3; constant
/external/python/cpython2/Modules/
Dsocketmodule.c5352 #ifdef TCP_CORK
5353 PyModule_AddIntConstant(m, "TCP_CORK", TCP_CORK);
/external/python/cpython3/Modules/
Dsocketmodule.c8191 #ifdef TCP_CORK
8192 PyModule_AddIntMacro(m, TCP_CORK);
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1428 pub const TCP_CORK: ::c_int = 0x18; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1791 pub const TCP_CORK: ::c_int = 3; constant