Home
last modified time | relevance | path

Searched refs:TF_ACK_NOW (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/
Dtcp_out.c1289 if (pcb->flags & TF_ACK_NOW) { in tcp_output()
1331 if (pcb->flags & TF_ACK_NOW) { in tcp_output()
1384 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
2058 tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
2073 tcp_set_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
2076 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
Dtcp.c1675 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW);
/third_party/lwip/src/include/lwip/
Dtcp.h253 #define TF_ACK_NOW 0x02U /* Immediate ACK. */ macro
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h460 tcp_set_flags(pcb, TF_ACK_NOW)