Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h69 #define PBUF_FLAG_IS_CUSTOM 0x02U macro
/external/syslinux/core/lwip/src/core/
Dpbuf.c383 p->pbuf.flags = PBUF_FLAG_IS_CUSTOM; in pbuf_alloced_custom()
639 if ((p->flags & PBUF_FLAG_IS_CUSTOM) != 0) { in pbuf_free()