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

Notes

If the pbuf is ROM/REF, only the ->tot_len and ->len fields are adjusted. May not be called on a packet queue. Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain).

References

from examples