Home
last modified time | relevance | path

Searched refs:TCP_FIN_WAIT2 (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dtcp_states.h34 #if defined(TCP_FIN_WAIT2) || (defined(HAVE_DECL_TCP_FIN_WAIT2) && HAVE_DECL_TCP_FIN_WAIT2)
36 static_assert((TCP_FIN_WAIT2) == (5), "TCP_FIN_WAIT2 != 5");
39 # define TCP_FIN_WAIT2 5
100 XLAT(TCP_FIN_WAIT2),
Dtcp_state_flags.h25 #if defined(TCP_FIN_WAIT2) || (defined(HAVE_DECL_TCP_FIN_WAIT2) && HAVE_DECL_TCP_FIN_WAIT2)
26 XLAT_PAIR(1ULL<<TCP_FIN_WAIT2, "1<<TCP_FIN_WAIT2"),
Dtcp_states.in5 TCP_FIN_WAIT2 5
Dtcp_state_flags.in6 1<<TCP_FIN_WAIT2
/external/iproute2/include/netinet/
Dtcp.h131 TCP_FIN_WAIT2, enumerator