Searched refs:TIME_WAIT (Results 1 – 15 of 15) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | tcpbase.h | 67 TIME_WAIT = 10 enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | timex.h | 85 #define TIME_WAIT 4 macro
|
/third_party/musl/include/sys/ |
D | timex.h | 85 #define TIME_WAIT 4 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | timex.h | 85 #define TIME_WAIT 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | timex.h | 85 #define TIME_WAIT 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | timex.h | 85 #define TIME_WAIT 4 macro
|
/third_party/lwip/src/core/ |
D | tcp.c | 581 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()
|
D | tcp_in.c | 252 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/ |
D | tcp_helper.c | 171 } else if(state == TIME_WAIT) { in tcp_set_state()
|
/third_party/libnl/lib/netfilter/ |
D | ct_obj.c | 469 __ADD(TCP_CONNTRACK_TIME_WAIT,TIME_WAIT),
|
/third_party/python/Doc/library/ |
D | socket.rst | 701 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.
|
D | asyncio-eventloop.rst | 656 ``TIME_WAIT`` state, without waiting for its natural timeout to
|
/third_party/boost/libs/beast/doc/qbk/ |
D | release_notes.qbk | 910 * ([issue 1024]) Fix teardown for TIME_WAIT
|
/third_party/lwip/ |
D | CHANGELOG | 1648 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/ |
D | CHANGELOG.md | 1589 * Fix teardown for TIME_WAIT
|