Searched refs:netbuf_copy_partial (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetbuf.h80 #define netbuf_copy_partial(buf, dataptr, len, offset) \ macro
82 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0)
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h117 void netbuf_copy_partial(struct netbuf *buf, void *dataptr,
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h149 #define netbuf_copy_partial lwip_netbuf_copy_partial macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_lib.c150 netbuf_copy_partial(struct netbuf *buf, void *dataptr, u16_t len, u16_t offset) function
181 netbuf_copy_partial(buf, dataptr, len, 0);
H A Dsockets.c405 netbuf_copy_partial(buf, mem, copylen, sock->lastoffset);

Completed in 52 milliseconds