Home
last modified time | relevance | path

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

/third_party/lwip/
D0019-gazelle-reduce-copy-in-send.patch46 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
D0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch168 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
D0075-adapt-read-write-for-rtc-mode.patch116 p = pbuf_alloc_reference(NULL, length, type);
D0023-refactor-event-and-checksum-offload-support.patch561 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
/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