Home
last modified time | relevance | path

Searched refs:TIME_WAIT (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dadjtimex_state.h34 #if defined(TIME_WAIT) || (defined(HAVE_DECL_TIME_WAIT) && HAVE_DECL_TIME_WAIT)
36 static_assert((TIME_WAIT) == (4), "TIME_WAIT != 4");
39 # define TIME_WAIT 4
63 [TIME_WAIT] = XLAT(TIME_WAIT),
Dadjtimex_state.in6 TIME_WAIT 4
/external/linux-kselftest/tools/testing/selftests/timers/
Dleap-a-day.c88 case TIME_WAIT: return "TIME_WAIT"; in time_state_str()
147 if (ret != TIME_WAIT) { in sigalarm()
/external/kernel-headers/original/uapi/linux/
Dtimex.h161 #define TIME_WAIT 4 /* leap second has occurred */ macro
/external/libnl/lib/netfilter/
Dct_obj.c468 __ADD(TCP_CONNTRACK_TIME_WAIT,TIME_WAIT)
/external/python/cpython2/Doc/library/
Dsocket.rst1013 This is because the previous execution has left the socket in a ``TIME_WAIT``
1024 ``TIME_WAIT`` state, without waiting for its natural timeout to expire.
/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst461 ``TIME_WAIT`` state, without waiting for its natural timeout to
569 ``TIME_WAIT`` state, without waiting for its natural timeout to
Dsocket.rst1848 This is because the previous execution has left the socket in a ``TIME_WAIT``
1859 ``TIME_WAIT`` state, without waiting for its natural timeout to expire.