Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds