Rtos API example
pbuf_custom_ref Struct Reference
A custom pbuf that holds a reference to another pbuf, which is freed when this custom pbuf is freed. More...
#include <ip4_frag.h>
Data Fields | |
| struct pbuf_custom | pc |
| 'base class' | |
| struct pbuf * | original |
| pointer to the original pbuf that is referenced | |
Detailed Description
A custom pbuf that holds a reference to another pbuf, which is freed when this custom pbuf is freed.
This is used to create a custom PBUF_REF that points into the original pbuf.
Definition at line 82 of file ip4_frag.h.
Field Documentation
pointer to the original pbuf that is referenced
Definition at line 86 of file ip4_frag.h.
| struct pbuf_custom pc |
'base class'
Definition at line 84 of file ip4_frag.h.
Generated on Sun Jul 17 2022 08:25:42 by
1.7.2