Searched refs:PBUF_POOL (Results 1 – 12 of 12) sorted by relevance
| /lib/liblwip/src/core/ |
| D | pbuf.c | 237 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/ |
| D | memp_std.h | 103 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
|
| D | pbuf.h | 61 PBUF_POOL /* pbuf payload refers to RAM */ enumerator
|
| /lib/liblwip/src/netif/ |
| D | ethernetif.c | 176 p = pbuf_alloc(PBUF_RAW, len, PBUF_POOL);
|
| D | slipif.c | 222 priv->p = pbuf_alloc(PBUF_LINK, (PBUF_POOL_BUFSIZE - PBUF_LINK_HLEN), PBUF_POOL); in slipif_rxbyte()
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 221 p = pbuf_alloc(PBUF_RAW, len, PBUF_POOL); in low_level_input()
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_out.c | 125 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/ |
| D | vj.c | 599 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()
|
| D | ppp.c | 742 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/ |
| D | tcp_helper.c | 50 p = pbuf_alloc(PBUF_RAW, pbuf_len, PBUF_POOL); in tcp_create_segment_wnd()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
|
| /lib/liblwip/ |
| D | CHANGELOG | 1008 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
|