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

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetbuf.c150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) function
152 LWIP_ERROR("netbuf_ref: invalid buf", (buf != NULL), return ERR_ARG;);
176 LWIP_ERROR("netbuf_ref: invalid head", (head != NULL), return;);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c94 netbuf_ref(struct netbuf *buf, void *dataptr, u16_t size) function
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h159 #define netbuf_ref lwip_netbuf_ref macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h51 #define netbuf_ref lwip_netbuf_ref macro

Completed in 46 milliseconds