TF_INFR is only used within LwIP.
 
Symbols
loading...
Files
loading...

TF_INFR macro

Syntax

#define TF_INFR 0x04U

References

LocationText
tcp.h:254
#define TF_INFR 0x04U /* In fast recovery. */
tcp_in.c:1235
if (pcb->flags & TF_INFR) {
tcp_in.c:1236
tcp_clear_flags(pcb, TF_INFR);
tcp_out.c:1787
if (pcb->unacked != NULL && !(pcb->flags & TF_INFR)) {
tcp_out.c:1809
tcp_set_flags(pcb, TF_INFR);
tcp_priv.h:101
((tpcb)->flags & (TF_NODELAY | TF_INFR)) || \