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

PBUF_FLAG_TCP_FIN macro

Syntax

#define PBUF_FLAG_TCP_FIN 0x20U

References

LocationText
pbuf.h:183
#define PBUF_FLAG_TCP_FIN 0x20U
tcp.c:1567
if ((refused_flags & PBUF_FLAG_TCP_FIN)
tcp_in.c:534
pcb->refused_data->flags |= PBUF_FLAG_TCP_FIN;