Home
last modified time | relevance | path

Searched refs:netbuf_copy_partial (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetbuf.h88 #define netbuf_copy_partial(buf, dataptr, len, offset) \ macro
90 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0)
/third_party/lwip/
DCHANGELOG3043 making netbuf_copy_partial use this function.
3273 * api_lib.c: Use memcpy in netbuf_copy_partial.