Home
last modified time | relevance | path

Searched refs:TF_RXCLOSED (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h183 #define TF_RXCLOSED ((u8_t)0x10U) /* rx closed by tcp_shutdown */ macro
/external/syslinux/core/lwip/src/core/
Dtcp.c146 LWIP_ASSERT("pcb->flags & TF_RXCLOSED", pcb->flags & TF_RXCLOSED); in tcp_close_shutdown()
261 pcb->flags |= TF_RXCLOSED; in tcp_close()
290 pcb->flags |= TF_RXCLOSED; in tcp_shutdown()
Dtcp_in.c350 if (pcb->flags & TF_RXCLOSED) { in tcp_input()
615 if ((pcb->flags & TF_RXCLOSED) == 0) { in tcp_process()