lwIP  2.0.2
Lightweight IP stack
pbuf_custom_ref Struct Reference

#include <ip4_frag.h>

Data Fields

struct pbuf_custom pc
 
struct pbuforiginal
 

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.

Field Documentation

◆ original

struct pbuf* pbuf_custom_ref::original

pointer to the original pbuf that is referenced

◆ pc

struct pbuf_custom pbuf_custom_ref::pc

'base class'


The documentation for this struct was generated from the following file: