Searched refs:PBUF_ROM (Results 1 – 6 of 6) sorted by relevance
438 case PBUF_ROM: in pbuf_alloc_ext()446 (type == PBUF_ROM) ? "ROM" : "REF")); in pbuf_alloc_ext()568 p->type == PBUF_ROM || in pbuf_realloc()710 } else if (type == PBUF_REF || type == PBUF_ROM) { in pbuf_header_impl()826 p->type == PBUF_RAM || p->type == PBUF_ROM || in pbuf_free()867 } else if (type == PBUF_ROM || type == PBUF_REF) { in pbuf_free()
511 if ((concat_p = pbuf_alloc(PBUF_RAW, seglen, PBUF_ROM)) == NULL) { in tcp_write()572 if ((p2 = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) { in tcp_write()
112 PBUF_ROM, enumerator
116 PBUF_ROM, enumerator
1050 if (p->type != PBUF_ROM) {
1700 if (p->type != PBUF_ROM) { in nd6_queue_packet()
Completed in 14 milliseconds