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

PBUF_ALLOC_FLAG_RX macro

Indicates this pbuf is used for RX (if not set, indicates use for TX). This information can be used to keep some spare RX buffers e.g. for

Syntax

#define PBUF_ALLOC_FLAG_RX 0x0100

References

LocationText
pbuf.h:129
#define PBUF_ALLOC_FLAG_RX 0x0100
pbuf.h:167