Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcpbase.h67 TIME_WAIT = 10 enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/include/sys/
Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/ndk_musl_include/sys/
Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/lwip/src/core/
Dtcp.c581 if (pcb->state == TIME_WAIT) { in tcp_abandon()
1217 LWIP_ASSERT("tcp_slowtmr: active pcb->state != TIME-WAIT\n", pcb->state != TIME_WAIT); in tcp_slowtmr()
1442 LWIP_ASSERT("tcp_slowtmr: TIME-WAIT pcb->state == TIME-WAIT", pcb->state == TIME_WAIT); in tcp_slowtmr()
2136 pcb->state != TIME_WAIT && in tcp_pcb_purge()
2191 if ((pcb->state != TIME_WAIT) && in tcp_pcb_remove()
2527 LWIP_ASSERT("tcp_pcbs_sane: active pcb->state != TIME-WAIT", pcb->state != TIME_WAIT); in tcp_pcbs_sane()
2530 LWIP_ASSERT("tcp_pcbs_sane: tw pcb->state == TIME-WAIT", pcb->state == TIME_WAIT); in tcp_pcbs_sane()
Dtcp_in.c252 LWIP_ASSERT("tcp_input: active pcb->state != TIME-WAIT", pcb->state != TIME_WAIT);
287 LWIP_ASSERT("tcp_input: TIME-WAIT pcb->state == TIME-WAIT", pcb->state == TIME_WAIT);
999 pcb->state = TIME_WAIT;
1017 pcb->state = TIME_WAIT;
1027 pcb->state = TIME_WAIT;
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c171 } else if(state == TIME_WAIT) { in tcp_set_state()
/third_party/libnl/lib/netfilter/
Dct_obj.c469 __ADD(TCP_CONNTRACK_TIME_WAIT,TIME_WAIT),
/third_party/python/Doc/library/
Dsocket.rst701 and remained in TIME_WAIT state.
2055 This is because the previous execution has left the socket in a ``TIME_WAIT``
2066 ``TIME_WAIT`` state, without waiting for its natural timeout to expire.
Dasyncio-eventloop.rst656 ``TIME_WAIT`` state, without waiting for its natural timeout to
/third_party/boost/libs/beast/doc/qbk/
Drelease_notes.qbk910 * ([issue 1024]) Fix teardown for TIME_WAIT
/third_party/lwip/
DCHANGELOG1648 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
2251 * tcp_in.c: Fixed bug #26251: RST process in TIME_WAIT TCP state
3422 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
/third_party/boost/libs/beast/
DCHANGELOG.md1589 * Fix teardown for TIME_WAIT