Go to the documentation of this file. 57 #ifndef LWIP_HDR_IP4_FRAG_H 58 #define LWIP_HDR_IP4_FRAG_H 75 #define IP_TMR_INTERVAL 1000 81 struct ip_reassdata *next;
89 void ip_reass_init(
void);
90 void ip_reass_tmr(
void);
91 struct pbuf * ip4_reass(
struct pbuf *p);
95 #if !LWIP_NETIF_TX_SINGLE_PBUF 96 #ifndef LWIP_PBUF_CUSTOM_REF_DEFINED 97 #define LWIP_PBUF_CUSTOM_REF_DEFINED 101 struct pbuf_custom_ref {
103 struct pbuf_custom pc;
105 struct pbuf *original;