Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h450 if((pcb)->flags & TF_ACK_DELAY) { \
451 tcp_clear_flags(pcb, TF_ACK_DELAY); \
455 tcp_set_flags(pcb, TF_ACK_DELAY); \
/third_party/lwip/src/include/lwip/
Dtcp.h252 #define TF_ACK_DELAY 0x01U /* Delayed ACK. */ macro
/third_party/lwip/src/core/
Dtcp_out.c1372 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
2046 tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
2061 tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
2064 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
Dtcp.c1494 if (pcb->flags & TF_ACK_DELAY) { in tcp_fasttmr()
1498 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr()
2193 (pcb->flags & TF_ACK_DELAY)) { in tcp_pcb_remove()
Dtcp_in.c826 tcp_clear_flags(pcb, TF_ACK_DELAY);