Searched refs:netbuf_ref (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetbuf.h69 err_t netbuf_ref (struct netbuf *buf,
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h104 void netbuf_ref (struct netbuf *buf,
/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;);
H A Dsockets.c1003 err = netbuf_ref(&buf, data, short_size);
/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
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c94 netbuf_ref(struct netbuf *buf, void *dataptr, u16_t size) function
H A Dsockets.c500 netbuf_ref(buf, data, size);

Completed in 57 milliseconds