Home
last modified time | relevance | path

Searched refs:PBUF_POOL (Results 1 – 12 of 12) sorted by relevance

/lib/liblwip/src/core/
Dpbuf.c237 case PBUF_POOL: in pbuf_alloc()
437 LWIP_ASSERT("pbuf_realloc: sane p->type", p->type == PBUF_POOL || in pbuf_realloc()
533 p->type == PBUF_RAM || p->type == PBUF_POOL); in pbuf_header()
545 if (type == PBUF_RAM || type == PBUF_POOL) { in pbuf_header()
637 p->type == PBUF_REF || p->type == PBUF_POOL); in pbuf_free()
670 if (type == PBUF_POOL) { in pbuf_free()
/lib/liblwip/src/include/lwip/
Dmemp_std.h103 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
Dpbuf.h61 PBUF_POOL /* pbuf payload refers to RAM */ enumerator
/lib/liblwip/src/netif/
Dethernetif.c176 p = pbuf_alloc(PBUF_RAW, len, PBUF_POOL);
Dslipif.c222 priv->p = pbuf_alloc(PBUF_LINK, (PBUF_POOL_BUFSIZE - PBUF_LINK_HLEN), PBUF_POOL); in slipif_rxbyte()
/lib/liblwip/src/arch/
Detherif.c221 p = pbuf_alloc(PBUF_RAW, len, PBUF_POOL); in low_level_input()
/lib/liblwip/src/core/snmp/
Dmsg_out.c125 p = pbuf_alloc(PBUF_TRANSPORT, tot_len, PBUF_POOL); in snmp_send_response()
137 p = pbuf_alloc(PBUF_TRANSPORT, tot_len, PBUF_POOL); in snmp_send_response()
254 p = pbuf_alloc(PBUF_TRANSPORT, tot_len, PBUF_POOL); in snmp_send_trap()
/lib/liblwip/src/netif/ppp/
Dvj.c599 np = pbuf_alloc(PBUF_RAW, n0->len + cs->cs_hlen, PBUF_POOL); in vj_uncompress_tcp()
629 np = pbuf_alloc(PBUF_RAW, cs->cs_hlen, PBUF_POOL); in vj_uncompress_tcp()
Dppp.c742 tb = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppAppend()
852 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppifOutput()
1089 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppWrite()
1941 nextNBuf = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppInProc()
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c50 p = pbuf_alloc(PBUF_RAW, pbuf_len, PBUF_POOL); in tcp_create_segment_wnd()
/lib/liblwip/doc/
Drawapi.txt501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
/lib/liblwip/
DCHANGELOG1008 sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code
1011 * pbuf.c: Fixed bug #28064: pbuf_alloc(PBUF_POOL) is not thread-safe by
1946 PBUF_POOL pbufs instead of the old pool implementation in pbuf.c to reduce
2991 Occured if not enough PBUF_POOL pbufs for a packet pbuf chain.
2994 * PBUF_POOL chains had their tot_len field not set for non-first