Searched refs:TF_RXCLOSED (Results 1 – 3 of 3) sorted by relevance
182 #define TF_RXCLOSED ((u8_t)0x10U) /* rx closed by tcp_shutdown */ macro
178 LWIP_ASSERT("pcb->flags & TF_RXCLOSED", pcb->flags & TF_RXCLOSED); in tcp_close_shutdown()294 pcb->flags |= TF_RXCLOSED; in tcp_close()320 pcb->flags |= TF_RXCLOSED; in tcp_shutdown()883 if (pcb->flags & TF_RXCLOSED) { in tcp_slowtmr()
319 if (!(pcb->flags & TF_RXCLOSED)) { in tcp_input()341 if (pcb->flags & TF_RXCLOSED) { in tcp_input()618 if ((pcb->flags & TF_RXCLOSED) == 0) { in tcp_process()
Completed in 7 milliseconds