pbuf_copy_partial_pbuf() is only used within lwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

ERR_OK if copy_len bytes were copied ERR_ARG if one of the pbufs is NULL or p_from is shorter than copy_len or p_to is not big enough to hold copy_len at offset ERR_VAL if any of the pbufs are part of a queue

Notes

Only data in one packet is copied, no packet queue! Argument order is shared with pbuf_copy, but different than pbuf_copy_partial.

References

from examples