Searched refs:TCP_WINDOW_CLAMP (Results 1 – 9 of 9) sorted by relevance
69 #if defined(TCP_WINDOW_CLAMP) || (defined(HAVE_DECL_TCP_WINDOW_CLAMP) && HAVE_DECL_TCP_WINDOW_CLAMP)71 static_assert((TCP_WINDOW_CLAMP) == (10), "TCP_WINDOW_CLAMP != 10");74 # define TCP_WINDOW_CLAMP 10278 [TCP_WINDOW_CLAMP] = XLAT(TCP_WINDOW_CLAMP),
11 TCP_WINDOW_CLAMP 10
49 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
956 pub const TCP_WINDOW_CLAMP: ::c_int = 10; constant
5373 #ifdef TCP_WINDOW_CLAMP5374 PyModule_AddIntConstant(m, "TCP_WINDOW_CLAMP", TCP_WINDOW_CLAMP);
8212 #ifdef TCP_WINDOW_CLAMP8213 PyModule_AddIntMacro(m, TCP_WINDOW_CLAMP);
1798 pub const TCP_WINDOW_CLAMP: ::c_int = 10; constant