Searched defs:netbuf_copy_partial (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netbuf.h | 80 #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/api/ |
H A D | api_lib.c | 150 netbuf_copy_partial(struct netbuf *buf, void *dataptr, u16_t len, u16_t offset) function 181 netbuf_copy_partial(buf, dataptr, len, 0);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 149 #define netbuf_copy_partial lwip_netbuf_copy_partial macro
|
Completed in 73 milliseconds