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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetbuf.h82 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0) macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c179 netbuf_copy(struct netbuf *buf, void *dataptr, u16_t len) function
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h148 #define netbuf_copy lwip_netbuf_copy macro

Completed in 34 milliseconds