Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368
Dependents: UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more
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 <ip_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 73 of file ip_frag.h.
Field Documentation
| struct pbuf* original |
Generated on Tue Jul 12 2022 14:29:28 by
1.7.2
Simon Ford