Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/ip/
Dnet_pkt.c1727 struct net_pkt_cursor *c_dst = &pkt_dst->cursor; local
1730 while (c_dst->buf && c_src->buf && length) {
1736 if (!c_dst->buf || !c_src->buf) {
1741 d_len = net_buf_max_len(c_dst->buf) - (c_dst->pos - c_dst->buf->data);
1756 memcpy(c_dst->pos, c_src->pos, len);
1759 net_buf_add(c_dst->buf, len);