Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h130 SYN_RCVD = 3, enumerator
/lib/liblwip/src/core/
Dtcp.c228 case SYN_RCVD: in tcp_close_shutdown()
335 case SYN_RCVD: in tcp_shutdown()
930 if (pcb->state == SYN_RCVD) { in tcp_slowtmr()
1479 if (pcb->state == SYN_RCVD) { in tcp_pcb_purge()
Dtcp_in.c483 npcb->state = SYN_RCVD; in tcp_listen_input()
612 if ((flags & TCP_SYN) && (pcb->state != SYN_SENT && pcb->state != SYN_RCVD)) { in tcp_process()
683 case SYN_RCVD: in tcp_process()
Dtcp_out.c300 (pcb->state != SYN_RCVD)) { in tcp_write_checks()
/lib/liblwip/
DCHANGELOG1409 * tcp.c: fixed bug #25467: Listen backlog is not reset on timeout in SYN_RCVD:
1411 in state SYN_RCVD is close.