Ethernet for Nucleo and Disco board STM32F746 works with gcc and arm. IAC is untested

Dependents:   STM32F746_iothub_client_sample_mqtt DISCO-F746NG_Ethernet Nucleo_F746ZG_Ethernet thethingsiO-DISCO_F746NG-mqtt ... more

Embed: (wiki syntax)

« Back to documentation index

pbuf_custom_ref Struct Reference

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

pointer to the original pbuf that is referenced

Definition at line 77 of file ip_frag.h.

struct pbuf_custom pc

'base class'

Definition at line 75 of file ip_frag.h.