Searched refs:pbuf_init_alloced_pbuf (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ |
D | pbuf.c | 179 pbuf_init_alloced_pbuf(struct pbuf *p, void *payload, u16_t tot_len, u16_t len, pbuf_type type, u8_… in pbuf_init_alloced_pbuf() function 254 pbuf_init_alloced_pbuf(q, LWIP_MEM_ALIGN((void *)((u8_t *)q + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc() 288 pbuf_init_alloced_pbuf(p, LWIP_MEM_ALIGN((void *)((u8_t *)p + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc() 339 pbuf_init_alloced_pbuf(p, payload, length, length, type, 0); in pbuf_alloc_reference() 380 pbuf_init_alloced_pbuf(&p->pbuf, payload, length, length, type, PBUF_FLAG_IS_CUSTOM); in pbuf_alloced_custom()
|
/third_party/lwip/ |
D | 0057-same-node-gazellectl-a.patch | 154 @@ -189,6 +190,7 @@ pbuf_init_alloced_pbuf(struct pbuf *p, void *payload, u16_t tot_len, u16_t len,
|