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