Searched refs:TCP_SYNCNT (Results 1 – 9 of 9) sorted by relevance
48 #if defined(TCP_SYNCNT) || (defined(HAVE_DECL_TCP_SYNCNT) && HAVE_DECL_TCP_SYNCNT)50 static_assert((TCP_SYNCNT) == (7), "TCP_SYNCNT != 7");53 # define TCP_SYNCNT 7275 [TCP_SYNCNT] = XLAT(TCP_SYNCNT),
8 TCP_SYNCNT 7
46 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
98 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
953 pub const TCP_SYNCNT: ::c_int = 7; constant
5364 #ifdef TCP_SYNCNT5365 PyModule_AddIntConstant(m, "TCP_SYNCNT", TCP_SYNCNT);
8203 #ifdef TCP_SYNCNT8204 PyModule_AddIntMacro(m, TCP_SYNCNT);
1795 pub const TCP_SYNCNT: ::c_int = 7; constant