IP_REASSEMBLY is only used within LwIP.
 
Symbols
loading...
Files
loading...

IP_REASSEMBLY macro

IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that this option does not affect outgoing packet sizes, which can be controlled via IP_FRAG.

Syntax

#define IP_REASSEMBLY 1

References

LocationText
opt.h:745
#define IP_REASSEMBLY 1
icmp.c:314
#if IP_FORWARD || IP_REASSEMBLY
init.c:132
#if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
ip4.c:638
#if IP_REASSEMBLY /* packet fragment reassembly code present? */
ip4_frag.c:54
#if IP_REASSEMBLY
ip4_frag.h:54
#if IP_REASSEMBLY
memp_std.h:59
#if LWIP_IPV4 && IP_REASSEMBLY
opt.h:508
#define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_NUM_TIMEOUTS + (LWIP_IPV6 * (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD)))
timeouts.c:84
#if IP_REASSEMBLY