Home
last modified time | relevance | path

Searched refs:TIME_WAIT (Results 1 - 14 of 14) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dtcpbase.h67 TIME_WAIT = 10 enumerator
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/musl/include/sys/
H A Dtimex.h85 #define TIME_WAIT 4 macro
/third_party/lwip/src/core/
H A Dtcp.c158 "TIME_WAIT"
332 * is required to stay in TIME_WAIT state for 2MSL of time in tcp_set_timer_tick_by_tcp_state()
739 if (pcb->state == TIME_WAIT) { in tcp_abandon()
847 We do not dump TIME_WAIT pcb's; they can still be matched by incoming
1394 LWIP_ASSERT("tcp_slowtmr: active pcb->state != TIME-WAIT\n", pcb->state != TIME_WAIT);
1619 LWIP_ASSERT("tcp_slowtmr: TIME-WAIT pcb->state == TIME-WAIT", pcb->state == TIME_WAIT);
1958 * Kills the oldest connection that is in TIME_WAIT state.
1969 /* Go through the list of TIME_WAIT pcbs and get the oldest pcb. */
2313 pcb->state != TIME_WAIT &&
2368 if ((pcb->state != TIME_WAIT)
[all...]
H A Dtcp_in.c255 LWIP_ASSERT("tcp_input: active pcb->state != TIME-WAIT", pcb->state != TIME_WAIT);
295 LWIP_ASSERT("tcp_input: TIME-WAIT pcb->state == TIME-WAIT", pcb->state == TIME_WAIT);
758 * TIME_WAIT.
768 /* RFC 1337: in TIME_WAIT, ignore RST and ACK FINs + any 'acceptable' segments */
770 * - first check sequence number - we skip that one in TIME_WAIT (always
1033 pcb->state = TIME_WAIT;
1051 pcb->state = TIME_WAIT;
1061 pcb->state = TIME_WAIT;
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c171 } else if(state == TIME_WAIT) { in tcp_set_state()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs691 pub const TIME_WAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1089 pub const TIME_WAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1412 pub const TIME_WAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1854 pub const TIME_WAIT: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2491 pub const TIME_WAIT: i32 = 4; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4659 pub const TIME_WAIT: ::c_int = 4; consts

Completed in 44 milliseconds