Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dtcp.h222 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its… macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dtcp.h264 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its… macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c213 if ((pcb->flags & TF_BACKLOGPEND) == 0) { in tcp_backlog_delayed()
217 pcb->flags |= TF_BACKLOGPEND; in tcp_backlog_delayed()
235 if ((pcb->flags & TF_BACKLOGPEND) != 0) { in tcp_backlog_accepted()
239 pcb->flags &= ~TF_BACKLOGPEND; in tcp_backlog_accepted()
A Dtcp_in.c586 npcb->flags |= TF_BACKLOGPEND;

Completed in 20 milliseconds