Home
last modified time | relevance | path

Searched refs:PBUF_ROM (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dpbuf.c300 case PBUF_ROM: in pbuf_alloc()
308 (type == PBUF_ROM) ? "ROM" : "REF")); in pbuf_alloc()
415 p->type == PBUF_ROM || in pbuf_realloc()
536 } else if (type == PBUF_REF || type == PBUF_ROM) { in pbuf_header()
613 p->type == PBUF_RAM || p->type == PBUF_ROM || in pbuf_free()
650 } else if (type == PBUF_ROM || type == PBUF_REF) { in pbuf_free()
Dtcp_out.c486 if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) { in tcp_write()
547 if ((p2 = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) { in tcp_write()
/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h59 PBUF_ROM, /* pbuf data is stored in ROM */ enumerator
/external/syslinux/core/lwip/doc/
Drawapi.txt498 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too,
500 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
/external/syslinux/core/lwip/src/netif/
Detharp.c1028 if(p->type != PBUF_ROM) {
Dundiif.c1003 if(p->type != PBUF_ROM) { in undiarp_query()
/external/syslinux/core/lwip/
DCHANGELOG2200 previously thought need to be copied (everything but PBUF_ROM!). Cleaned up