Searched refs:TF_RXCLOSED (Results 1 – 3 of 3) sorted by relevance
183 #define TF_RXCLOSED ((u8_t)0x10U) /* rx closed by tcp_shutdown */ macro
146 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()
350 if (pcb->flags & TF_RXCLOSED) { in tcp_input()615 if ((pcb->flags & TF_RXCLOSED) == 0) { in tcp_process()