Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h180 #define TF_INFR ((u8_t)0x04U) /* In fast recovery. */ macro
Dtcp_impl.h85 ((tpcb)->flags & (TF_NODELAY | TF_INFR)) || \
/lib/liblwip/src/core/
Dtcp_out.c1323 if (pcb->unacked != NULL && !(pcb->flags & TF_INFR)) { in tcp_rexmit_fast()
1350 pcb->flags |= TF_INFR; in tcp_rexmit_fast()
Dtcp_in.c963 if (pcb->flags & TF_INFR) { in tcp_receive()
964 pcb->flags &= ~TF_INFR; in tcp_receive()