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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dpbuf.c726 pbuf_queue(struct pbuf *p, struct pbuf *n) function
732 LWIP_ASSERT("p == NULL in pbuf_queue: this indicates a programmer error\n", p != NULL);
733 LWIP_ASSERT("n == NULL in pbuf_queue: this indicates a programmer error\n", n != NULL);
734 LWIP_ASSERT("p == n in pbuf_queue: this indicates a programmer error\n", p != n);
736 LWIP_DEBUGF(PBUF_DEBUG | DBG_HALT | 3, ("pbuf_queue: programmer argument error\n"));
767 ("pbuf_queue: newly queued packet %p sits after packet %p in queue %p\n",
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h209 #define pbuf_queue lwip_pbuf_queue macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h113 #define pbuf_queue lwip_pbuf_queue macro

Completed in 46 milliseconds