Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dtcp.c195 case SYN_RCVD: in tcp_close_shutdown()
296 case SYN_RCVD: in tcp_shutdown()
890 if (pcb->state == SYN_RCVD) { in tcp_slowtmr()
1372 if (pcb->state == SYN_RCVD) { in tcp_pcb_purge()
Dtcp_in.c481 npcb->state = SYN_RCVD; in tcp_listen_input()
609 if ((flags & TCP_SYN) && (pcb->state != SYN_SENT && pcb->state != SYN_RCVD)) { in tcp_process()
680 case SYN_RCVD: in tcp_process()
Dtcp_out.c297 (pcb->state != SYN_RCVD)) { in tcp_write_checks()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h131 SYN_RCVD = 3, enumerator
/external/syslinux/core/lwip/
DCHANGELOG1110 * tcp.c: fixed bug #25467: Listen backlog is not reset on timeout in SYN_RCVD:
1112 in state SYN_RCVD is close.