Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h131 #define PBUF_FLAG_IS_CUSTOM 0x02U macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h135 #define PBUF_FLAG_IS_CUSTOM 0x02U macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c535 p->pbuf.flags = PBUF_FLAG_IS_CUSTOM; in pbuf_alloced_custom()
603 && ((q->flags & PBUF_FLAG_IS_CUSTOM) == 0) in pbuf_realloc()
852 if ((p->flags & PBUF_FLAG_IS_CUSTOM) != 0) { in pbuf_free()

Completed in 5 milliseconds