Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h283 #define pbuf_get_allocsrc(p) ((p)->type_internal & PBUF_TYPE_ALLOC_SRC_MASK) macro
284 #define pbuf_match_allocsrc(p, type) (pbuf_get_allocsrc(p) == ((type) & PBUF_TYPE_ALLOC_SRC_MASK))
/third_party/lwip/src/core/
Dpbuf.c762 alloc_src = pbuf_get_allocsrc(p); in pbuf_free()