Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dpbuf.c262 p->ref = 1; in pbuf_alloc()
296 q->ref = 1; in pbuf_alloc()
344 p->ref = 1; in pbuf_alloc()
409 p->pbuf.ref = 1; in pbuf_alloced_custom()
643 u16_t ref; in pbuf_free() local
650 LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0); in pbuf_free()
652 ref = --(p->ref); in pbuf_free()
655 if (ref == 0) { in pbuf_free()
686 …( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: %p has ref %"U16_F", ending here.\n", (void *)p, ref)); in pbuf_free()
729 ++(p->ref); in pbuf_ref()
/lib/liblwip/src/include/lwip/
Dpbuf.h109 u16_t ref; member
/lib/liblwip/src/core/ipv4/
Dip.c668 LWIP_ASSERT("p->ref == 1", p->ref == 1);
825 LWIP_ASSERT("p->ref == 1", p->ref == 1);
865 LWIP_ASSERT("p->ref == 1", p->ref == 1);
/
DSConstruct88 if head.startswith("ref: "):
/lib/liblwip/doc/
Drawapi.txt502 must *not* be reused by the application unless their ref-count is 1.
/lib/liblwip/
DCHANGELOG2870 is properly ref counted.
3013 * TCP has been fixed to deal with the new use of the pbuf->ref
3052 * The packet buffer implementation is changed. The pbuf->ref counter