Searched refs:TF_ACK_DELAY (Results 1 – 5 of 5) sorted by relevance
425 if((pcb)->flags & TF_ACK_DELAY) { \426 (pcb)->flags &= ~TF_ACK_DELAY; \430 (pcb)->flags |= TF_ACK_DELAY; \
178 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */ macro
1060 if (pcb->flags & TF_ACK_DELAY) { in tcp_fasttmr()1064 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr()1547 pcb->flags & TF_ACK_DELAY) { in tcp_pcb_remove()
863 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()990 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
601 pcb->flags &= ~TF_ACK_DELAY; in tcp_process()
Completed in 14 milliseconds