pbuf_copy() is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

ERR_OK if pbuf was copied ERR_ARG if one of the pbufs is NULL or p_to is not big enough to hold p_from

Notes

You MUST explicitly use p = pbuf_take(p); Only one packet is copied, no packet queue!

References

from examples