Searched refs:TCP_CLOSING (Results 1 – 7 of 7) sorted by relevance
76 #if defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING)78 static_assert((TCP_CLOSING) == (11), "TCP_CLOSING != 11");81 # define TCP_CLOSING 11106 XLAT(TCP_CLOSING),
43 #if defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING)44 XLAT_PAIR(1ULL<<TCP_CLOSING, "1<<TCP_CLOSING"),
11 TCP_CLOSING 11
12 1<<TCP_CLOSING
137 TCP_CLOSING /* now a valid state */ enumerator
98 __ADD(TCP_CLOSING, closing),
204 if (state < 0 || state > TCP_CLOSING) state = 0; in scan_ip()