Searched refs:TF_ACK_DELAY (Results 1 – 5 of 5) sorted by relevance
410 if((pcb)->flags & TF_ACK_DELAY) { \411 (pcb)->flags &= ~TF_ACK_DELAY; \415 (pcb)->flags |= TF_ACK_DELAY; \
179 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */ macro
1014 if (pcb && (pcb->flags & TF_ACK_DELAY)) { in tcp_fasttmr()1018 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr()1440 pcb->flags & TF_ACK_DELAY) { in tcp_pcb_remove()
857 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()980 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
598 pcb->flags &= ~TF_ACK_DELAY; in tcp_process()