Searched refs:PBUF_REF (Results 1 – 12 of 12) sorted by relevance
/third_party/lwip/doc/ |
D | ZeroCopyRx.c | 37 PBUF_REF, in eth_rx_irq()
|
/third_party/lwip/test/unit/mqtt/ |
D | test_mqtt.c | 94 p = pbuf_alloc(PBUF_RAW, sizeof(rxbuf), PBUF_REF); in START_TEST()
|
/third_party/lwip/src/api/ |
D | netbuf.c | 157 buf->p = pbuf_alloc(PBUF_TRANSPORT, 0, PBUF_REF); in netbuf_ref()
|
D | sockets.c | 1584 p = pbuf_alloc(PBUF_TRANSPORT, 0, PBUF_REF); in lwip_sendmsg_internal()
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 160 PBUF_REF = (PBUF_TYPE_FLAG_DATA_VOLATILE | PBUF_TYPE_ALLOC_SRC_MASK_STD_MEMP_PBUF), enumerator
|
/third_party/lwip/test/unit/core/ |
D | test_pbuf.c | 59 p = pbuf_alloc(PBUF_RAW, 0, PBUF_REF); in START_TEST()
|
/third_party/lwip/src/core/ |
D | pbuf.c | 231 case PBUF_REF: /* fall through */ in pbuf_alloc() 330 LWIP_ASSERT("invalid pbuf_type", (type == PBUF_REF) || (type == PBUF_ROM)); in pbuf_alloc_reference()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4_frag.c | 847 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag()
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 830 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag()
|
/third_party/lwip/ |
D | UPGRADING | 138 * support PBUF_REF for RX packets
|
D | CHANGELOG | 499 * PBUF_REF with "custom" pbufs is now supported for RX pbufs (see pcapif in 621 * icmp.c, ip4.c, pbuf.c, udp.c, pbuf.h: task #11472 Support PBUF_REF for RX 4232 Use PBUF_REF to make a pbuf refer to RAM. lwIP will use zero-copy 4243 PBUF_REF.
|
/third_party/lwip/src/apps/http/ |
D | httpd.c | 1864 q = pbuf_alloc(PBUF_RAW, 0, PBUF_REF);
|