Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h410 if((pcb)->flags & TF_ACK_DELAY) { \
411 (pcb)->flags &= ~TF_ACK_DELAY; \
415 (pcb)->flags |= TF_ACK_DELAY; \
Dtcp.h179 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */ macro
/external/syslinux/core/lwip/src/core/
Dtcp.c1014 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()
Dtcp_out.c857 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()
Dtcp_in.c598 pcb->flags &= ~TF_ACK_DELAY; in tcp_process()