Home
last modified time | relevance | path

Searched refs:TF_ACK_DELAY (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp_impl.h425 if((pcb)->flags & TF_ACK_DELAY) { \
426 (pcb)->flags &= ~TF_ACK_DELAY; \
430 (pcb)->flags |= TF_ACK_DELAY; \
Dtcp.h178 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */ macro
/lib/liblwip/src/core/
Dtcp.c1060 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()
Dtcp_out.c863 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()
Dtcp_in.c601 pcb->flags &= ~TF_ACK_DELAY; in tcp_process()