Searched refs:copied_total (Results 1 – 2 of 2) sorted by relevance
900 u16_t copied_total = 0; in pbuf_copy_partial() local923 copied_total += buf_copy_len; in pbuf_copy_partial()929 return copied_total; in pbuf_copy_partial()948 u16_t copied_total = 0; in pbuf_take() local966 MEMCPY(p->payload, &((char*)dataptr)[copied_total], buf_copy_len); in pbuf_take()968 copied_total += buf_copy_len; in pbuf_take()970 LWIP_ASSERT("did not copy all data", total_copy_len == 0 && copied_total == len); in pbuf_take()
69 __u32 copied_total; member