Searched refs:netbuf_copy (Results 1 – 2 of 2) sorted by relevance
81 #define netbuf_copy(buf,dataptr,len) netbuf_copy_partial(buf, dataptr, len, 0) macro
119 netbuf_copy(nbuf, buf, nbuf_len); in core_udp_recv()