mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00

Like pbuf_copy, but can copy part of a pbuf to an offset in another. pbuf_copy now uses this function internally. Replace pbuf_take_at loop in icmp6 with pbuf_copy_partial_pbuf().