Searched refs:pbuf_alloc_reference (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/ |
D | 0019-gazelle-reduce-copy-in-send.patch | 46 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
|
D | 0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch | 168 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
|
D | 0075-adapt-read-write-for-rtc-mode.patch | 116 p = pbuf_alloc_reference(NULL, length, type);
|
D | 0023-refactor-event-and-checksum-offload-support.patch | 561 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 276 struct pbuf *pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type);
|
/third_party/lwip/src/core/ |
D | pbuf.c | 233 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
|