Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dpbuf.h276 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
/third_party/lwip/src/core/
Dpbuf.c233 p = pbuf_alloc_reference(NULL, length, type); in pbuf_alloc()
327 pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type) in pbuf_alloc_reference() function