Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h254 #define TF_INFR 0x04U /* In fast recovery. */ macro
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h101 ((tpcb)->flags & (TF_NODELAY | TF_INFR)) || \
/third_party/lwip/src/core/
Dtcp_in.c1270 if (pcb->flags & TF_INFR) {
1271 tcp_clear_flags(pcb, TF_INFR);
Dtcp_out.c1800 if (pcb->unacked != NULL && !(pcb->flags & TF_INFR)) { in tcp_rexmit_fast()
1822 tcp_set_flags(pcb, TF_INFR); in tcp_rexmit_fast()