Go to the documentation of this file.
33 #ifndef __LWIP_IP_FRAG_H__
34 #define __LWIP_IP_FRAG_H__
40 #include "lwip/ip_addr.h"
49 #define IP_TMR_INTERVAL 1000
55 struct ip_reassdata *next;
63 void ip_reass_init(
void);
64 void ip_reass_tmr(
void);
65 struct pbuf * ip_reass(
struct pbuf *p);
69 #if !IP_FRAG_USES_STATIC_BUF && !LWIP_NETIF_TX_SINGLE_PBUF
73 struct pbuf_custom_ref {
75 struct pbuf_custom pc;
77 struct pbuf *original;