Home
last modified time | relevance | path

Searched refs:pbuf_alloced_custom (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h124 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c787 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip_frag()
/external/syslinux/core/lwip/src/core/
Dpbuf.c344 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() function