Searched refs:TF_ACK_NOW (Results 1 – 5 of 5) sorted by relevance
427 (pcb)->flags |= TF_ACK_NOW; \436 (pcb)->flags |= TF_ACK_NOW; \
179 #define TF_ACK_NOW ((u8_t)0x02U) /* Immediate ACK. */ macro
863 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()928 if (pcb->flags & TF_ACK_NOW && in tcp_output()990 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
1064 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr()1548 pcb->flags |= TF_ACK_NOW; in tcp_pcb_remove()
557 pcb->flags |= TF_ACK_NOW; in tcp_timewait_input()
Completed in 12 milliseconds