Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h437 (pcb)->flags |= TF_ACK_NOW; \
446 (pcb)->flags |= TF_ACK_NOW; \
/minix/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c937 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
975 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
978 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
1025 if ((pcb->flags & TF_ACK_NOW) && in tcp_output()
1130 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_output()
H A Dtcp.c1296 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr()
1897 pcb->flags |= TF_ACK_NOW; in tcp_pcb_remove()
H A Dtcp_in.c672 pcb->flags |= TF_ACK_NOW;
/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dtcp.h211 #define TF_ACK_NOW 0x02U /* Immediate ACK. */ macro