Searched refs:TF_ACK_NOW (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h299 #define TF_ACK_NOW ((u8_t)0x02U) /* Immediate ACK. */ macro
553 (pcb)->flags |= TF_ACK_NOW; \
563 (pcb)->flags |= TF_ACK_NOW; \
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dtcp_priv.h437 (pcb)->flags |= TF_ACK_NOW; \
446 (pcb)->flags |= TF_ACK_NOW; \
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h211 #define TF_ACK_NOW 0x02U /* Immediate ACK. */ macro
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_out.c937 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW);
975 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW);
978 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1019 /* If the TF_ACK_NOW flag is set and no data will be sent (either
1025 if (pcb->flags & TF_ACK_NOW &&
1130 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
H A Dtcp.c1264 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1865 pcb->flags |= TF_ACK_NOW;
H A Dtcp_in.c672 pcb->flags |= TF_ACK_NOW;
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_out.c523 /* If the TF_ACK_NOW flag is set and no data will be sent (either
529 if (pcb->flags & TF_ACK_NOW &&
545 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
633 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
H A Dtcp.c811 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1226 pcb->flags |= TF_ACK_NOW;

Completed in 104 milliseconds