Searched refs:netbuf_copy_partial (Results 1 – 2 of 2) sorted by relevance
88 #define netbuf_copy_partial(buf, dataptr, len, offset) \ macro90 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0)
3043 making netbuf_copy_partial use this function.3273 * api_lib.c: Use memcpy in netbuf_copy_partial.