Home
last modified time | relevance | path

Searched refs:TCP_CLOSING (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dtcp_states.h76 #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 11
106 XLAT(TCP_CLOSING),
Dtcp_state_flags.h43 #if defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING)
44 XLAT_PAIR(1ULL<<TCP_CLOSING, "1<<TCP_CLOSING"),
Dtcp_states.in11 TCP_CLOSING 11
Dtcp_state_flags.in12 1<<TCP_CLOSING
/external/iproute2/include/netinet/
Dtcp.h137 TCP_CLOSING /* now a valid state */ enumerator
/external/libnl/lib/idiag/
Didiag.c98 __ADD(TCP_CLOSING, closing),
/external/toybox/toys/pending/
Dlsof.c204 if (state < 0 || state > TCP_CLOSING) state = 0; in scan_ip()