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

LWIP_PBUF_REF_T macro

LWIP_PBUF_REF_T: Refcount type in pbuf. Default width of u8_t can be increased if 255 refs are not enough for you.

Syntax

#define LWIP_PBUF_REF_T u8_t

References

LocationText
opt.h:1556
#define LWIP_PBUF_REF_T u8_t
pbuf.c:746
LWIP_PBUF_REF_T ref;
pbuf.c:833
SYS_ARCH_SET(p->ref, (LWIP_PBUF_REF_T)(p->ref + 1));
pbuf.h:218
LWIP_PBUF_REF_T ref;