Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os by
pbuf_custom Struct Reference
A custom pbuf: like a pbuf, but following a function pointer to free it. More...
#include <pbuf.h>
Data Fields | |
| struct pbuf | pbuf |
| The actual pbuf. | |
| pbuf_free_custom_fn | custom_free_function |
| This function is called when pbuf_free deallocates this pbuf(_custom) | |
Detailed Description
A custom pbuf: like a pbuf, but following a function pointer to free it.
Definition at line 169 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/pbuf.h.
Field Documentation
This function is called when pbuf_free deallocates this pbuf(_custom)
Definition at line 173 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/pbuf.h.
The actual pbuf.
Definition at line 171 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/pbuf.h.
Generated on Tue Jul 12 2022 13:16:57 by
1.7.2
