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

TF_CLOSEPEND macro

Syntax

#define TF_CLOSEPEND 0x08U

References

LocationText
tcp.h:255
#define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in tcp_tmr) */
tcp.c:451
tcp_set_flags(pcb, TF_CLOSEPEND);
tcp.c:1500
if (pcb->flags & TF_CLOSEPEND) {
tcp.c:1502
tcp_clear_flags(pcb, TF_CLOSEPEND);
tcp.c:1818
if (pcb->flags & TF_CLOSEPEND) {
tcp.c:1820
tcp_clear_flags(pcb, TF_CLOSEPEND);