Home
last modified time | relevance | path

Searched refs:dst_len (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h271 static inline hi_u32 oal_netbuf_copydata(const oal_netbuf_stru *netbuf, hi_u32 offset, hi_void *dst, hi_u32 dst_len, in oal_netbuf_copydata() argument
274 if (memcpy_s(dst, dst_len, oal_netbuf_data(netbuf) + offset, len) != EOK) { in oal_netbuf_copydata()

Completed in 2 milliseconds