Searched refs:PBUF_REF (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | pbuf.c | 302 case PBUF_REF: in pbuf_alloc() 417 p->type == PBUF_REF); in pbuf_realloc() 536 } else if (type == PBUF_REF || type == PBUF_ROM) { in pbuf_header() 614 p->type == PBUF_REF || p->type == PBUF_POOL); in pbuf_free() 650 } else if (type == PBUF_ROM || type == PBUF_REF) { in pbuf_free()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | pbuf.h | 60 PBUF_REF, /* pbuf comes from the pbuf pool */ enumerator
|
/external/syslinux/core/lwip/src/api/ |
D | netbuf.c | 156 buf->p = pbuf_alloc(PBUF_TRANSPORT, 0, PBUF_REF); in netbuf_ref()
|
D | sockets.c | 841 p = pbuf_alloc(PBUF_TRANSPORT, short_size, PBUF_REF);
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip_frag.c | 697 rambuf = pbuf_alloc(PBUF_LINK, 0, PBUF_REF); in ip_frag() 787 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip_frag()
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 498 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too, 499 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 2734 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy 2745 PBUF_REF.
|