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

TF_FIN macro

Syntax

#define TF_FIN 0x20U

References

LocationText
tcp.h:257
#define TF_FIN 0x20U /* Connection was closed locally (FIN segment enqueued). */
sockets.c:3865
if (!(sock->conn->pcb.tcp->flags & TF_FIN)) {
tcp_out.c:1014
tcp_set_flags(pcb, TF_FIN);
tcp_out.c:1118
tcp_set_flags(pcb, TF_FIN);
tcp_out.c:1344
((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {