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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dpbuf.c658 * Use pbuf_chain() for that purpose.
660 * @see pbuf_chain()
706 pbuf_chain(struct pbuf *h, struct pbuf *t) function
711 LWIP_DEBUGF(PBUF_DEBUG | DBG_FRESH | 2, ("pbuf_chain: %p references %p\n", (void *)h, (void *)t));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dpbuf.c739 * Use pbuf_chain() for that purpose.
741 * @see pbuf_chain()
786 pbuf_chain(struct pbuf *h, struct pbuf *t) function
791 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_chain: %p references %p\n", (void *)h, (void *)t));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h202 #define pbuf_chain lwip_pbuf_chain macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h104 #define pbuf_chain lwip_pbuf_chain macro

Completed in 40 milliseconds