Searched defs:pbuf_free (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | pbuf.c | 280 pbuf_free(p); 438 pbuf_free(q->next); 537 * counts, calling pbuf_free(a) results in: 547 pbuf_free(struct pbuf *p) function 557 LWIP_DEBUGF(PBUF_DEBUG | DBG_TRACE | 2, ("pbuf_free(p == NULL) was called.\n")); 560 LWIP_DEBUGF(PBUF_DEBUG | DBG_TRACE | 3, ("pbuf_free(%p)\n", (void *)p)); 564 LWIP_ASSERT("pbuf_free: sane flags", 577 LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0); 584 LWIP_DEBUGF( PBUF_DEBUG | 2, ("pbuf_free: deallocating %p\n", (void *)p)); 604 LWIP_DEBUGF( PBUF_DEBUG | 2, ("pbuf_free [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | pbuf.c | 276 pbuf_free(p); 483 pbuf_free(q->next); 608 * counts, calling pbuf_free(a) results in: 618 pbuf_free(struct pbuf *p) function 628 ("pbuf_free(p == NULL) was called.\n")); 631 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free(%p)\n", (void *)p)); 635 LWIP_ASSERT("pbuf_free: sane type", 650 LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0); 658 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: deallocating %p\n", (void *)p)); 686 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free [all...] |
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 206 #define pbuf_free lwip_pbuf_free macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 108 #define pbuf_free lwip_pbuf_free macro
|
Completed in 38 milliseconds