Searched refs:TCP_CORK (Results 1 – 14 of 14) sorted by relevance
20 #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 3271 [TCP_CORK] = XLAT(TCP_CORK),
4 TCP_CORK 3
71 #ifdef TCP_CORK in UNUSED()73 TCP_CORK, (char *)&on, sizeof(on)) < 0) { in UNUSED()
151 - Network speedup fixes for floppyd (TCP_CORK)
17 - Network speedup fixes for floppyd (TCP_CORK)
42 #define TCP_CORK 3 /* Control sending of partial frames */ macro
94 #define TCP_CORK 3 /* Never send partially complete segments */ macro
18 * Network speedup fixes for floppyd (TCP_CORK)
949 pub const TCP_CORK: ::c_int = 3; constant
5352 #ifdef TCP_CORK5353 PyModule_AddIntConstant(m, "TCP_CORK", TCP_CORK);
8191 #ifdef TCP_CORK8192 PyModule_AddIntMacro(m, TCP_CORK);
1428 pub const TCP_CORK: ::c_int = 0x18; constant
1791 pub const TCP_CORK: ::c_int = 3; constant