Home
last modified time | relevance | path

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

/external/strace/xlat/
Dtcp_states.h32 #if !(defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING))
33 # define TCP_CLOSING 11 macro
57 XLAT(TCP_CLOSING),
Dtcp_state_flags.h42 #if defined(TCP_CLOSING) || (defined(HAVE_DECL_TCP_CLOSING) && HAVE_DECL_TCP_CLOSING)
43 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/toybox/toys/pending/
Dlsof.c211 if (state < 0 || state > TCP_CLOSING) state = 0; in scan_ip()