Searched refs:pbuf_alloced_custom (Results  1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/include/lwip/ | 
| D | pbuf.h | 148 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
  | 
| /lib/liblwip/src/core/ipv4/ | 
| D | ip_frag.c | 787 …   newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen);  in ip_frag()
  | 
| /lib/liblwip/src/core/ | 
| D | pbuf.c | 367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p,  in pbuf_alloced_custom()  function
  | 
| /lib/liblwip/ | 
| D | CHANGELOG | 268   * pbuf.c: fixed bug #34112 Odd check in pbuf_alloced_custom (typo)
  |