Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dpbuf.c322 case PBUF_ROM: in pbuf_alloc()
330 (type == PBUF_ROM) ? "ROM" : "REF")); in pbuf_alloc()
438 p->type == PBUF_ROM || in pbuf_realloc()
559 } else if (type == PBUF_REF || type == PBUF_ROM) { in pbuf_header()
636 p->type == PBUF_RAM || p->type == PBUF_ROM || in pbuf_free()
673 } else if (type == PBUF_ROM || type == PBUF_REF) { in pbuf_free()
Dtcp_out.c491 if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) { in tcp_write()
552 if ((p2 = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) { in tcp_write()
/lib/liblwip/src/include/lwip/
Dpbuf.h59 PBUF_ROM, /* pbuf data is stored in ROM */ enumerator
/lib/liblwip/doc/
Drawapi.txt504 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too,
506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
/lib/liblwip/src/netif/
Detharp.c1087 if(p->type != PBUF_ROM) {
/lib/liblwip/
DCHANGELOG2499 previously thought need to be copied (everything but PBUF_ROM!). Cleaned up