Searched defs:pbuf_free (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dpbuf.c254 pbuf_free(p);
460 pbuf_free(q->next);
585 * counts, calling pbuf_free(a) results in:
595 pbuf_free(struct pbuf *p) function
605 ("pbuf_free(p == NULL) was called.\n"));
608 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free(%p)\n", (void *)p));
612 LWIP_ASSERT("pbuf_free: sane type",
627 LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0);
635 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: deallocating %p\n", (void *)p));
663 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free
[all...]

Completed in 106 milliseconds