Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h181 #define TF_INFR ((u8_t)0x04U) /* In fast recovery. */ macro
Dtcp_impl.h85 ((tpcb)->flags & (TF_NODELAY | TF_INFR)) || \
/external/syslinux/core/lwip/src/core/
Dtcp_out.c1308 if (pcb->unacked != NULL && !(pcb->flags & TF_INFR)) { in tcp_rexmit_fast()
1335 pcb->flags |= TF_INFR; in tcp_rexmit_fast()
Dtcp_in.c941 if (pcb->flags & TF_INFR) { in tcp_receive()
942 pcb->flags &= ~TF_INFR; in tcp_receive()