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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dpbuf.c664 pbuf_cat(struct pbuf *h, struct pbuf *t) function
693 * using it. Use pbuf_cat() instead if you no longer use t.
708 pbuf_cat(h, t);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dpbuf.c745 pbuf_cat(struct pbuf *h, struct pbuf *t) function
773 * using it. Use pbuf_cat() instead if you no longer use t.
788 pbuf_cat(h, t);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h201 #define pbuf_cat lwip_pbuf_cat macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h103 #define pbuf_cat lwip_pbuf_cat macro

Completed in 54 milliseconds