Searched refs:TCP_QUICKACK (Results 1 – 9 of 9) sorted by relevance
83 #if defined(TCP_QUICKACK) || (defined(HAVE_DECL_TCP_QUICKACK) && HAVE_DECL_TCP_QUICKACK)85 static_assert((TCP_QUICKACK) == (12), "TCP_QUICKACK != 12");88 # define TCP_QUICKACK 12280 [TCP_QUICKACK] = XLAT(TCP_QUICKACK),
13 TCP_QUICKACK 12
51 #define TCP_QUICKACK 12 /* Bock/reenable quick ACKs. */ macro
103 #define TCP_QUICKACK 12 /* Block/reenable quick acks */ macro
958 pub const TCP_QUICKACK: ::c_int = 12; constant
5379 #ifdef TCP_QUICKACK5380 PyModule_AddIntConstant(m, "TCP_QUICKACK", TCP_QUICKACK);
8218 #ifdef TCP_QUICKACK8219 PyModule_AddIntMacro(m, TCP_QUICKACK);
1800 pub const TCP_QUICKACK: ::c_int = 12; constant