Home
last modified time | relevance | path

Searched refs:PBUF_FLAG_IS_CUSTOM (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dpbuf.h69 #define PBUF_FLAG_IS_CUSTOM 0x02U macro
/lib/liblwip/src/core/
Dpbuf.c406 p->pbuf.flags = PBUF_FLAG_IS_CUSTOM; in pbuf_alloced_custom()
662 if ((p->flags & PBUF_FLAG_IS_CUSTOM) != 0) { in pbuf_free()