Searched refs:pbuf_alloced_custom (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | pbuf.h | 225 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | pbuf.h | 257 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6_frag.c | 726 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4_frag.c | 767 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | pbuf.c | 492 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() function
|
Completed in 9 milliseconds