浏览该文件的文档.
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;
70void ip_reass_init(
void);
71void ip_reass_tmr(
void);
72struct 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
82struct pbuf_custom_ref {
84 struct pbuf_custom pc;
86 struct pbuf *original;
s8_t err_t
Definition: err.h:96