Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dpbuf.h280 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
/device/soc/esp/esp32/components/esp_lwip/lwip/src/core/
Dpbuf.c237 p = pbuf_alloc_reference(NULL, length, type); in pbuf_alloc()
331 pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type) in pbuf_alloc_reference() function