Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h284 #define pbuf_match_allocsrc(p, type) (pbuf_get_allocsrc(p) == ((type) & PBUF_TYPE_ALLOC_SRC_MASK)) macro
285 #define pbuf_match_type(p, type) pbuf_match_allocsrc(p, type)
/third_party/lwip/src/core/
Dpbuf.c438 if (pbuf_match_allocsrc(q, PBUF_TYPE_ALLOC_SRC_MASK_STD_HEAP) && (rem_len != q->len) in pbuf_realloc()