Go to the documentation of this file.
38 #ifndef LWIP_HDR_IP4_FRAG_H
39 #define LWIP_HDR_IP4_FRAG_H
56 #define IP_TMR_INTERVAL 1000
62 struct ip_reassdata *next;
70 void ip_reass_init(
void);
71 void ip_reass_tmr(
void);
72 struct pbuf * ip4_reass(
struct pbuf *p);
76 #if !LWIP_NETIF_TX_SINGLE_PBUF
77 #ifndef LWIP_PBUF_CUSTOM_REF_DEFINED
78 #define LWIP_PBUF_CUSTOM_REF_DEFINED
82 struct pbuf_custom_ref {
84 struct pbuf_custom pc;
86 struct pbuf *original;