Searched refs:IP_REASSEMBLY (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip_frag.h47 #if IP_REASSEMBLY
66 #endif /* IP_REASSEMBLY */
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c85 #if IP_REASSEMBLY
109 #if IP_REASSEMBLY
/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h28 #define IP_REASSEMBLY 1 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h48 #define IP_REASSEMBLY 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c111 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0) + LWIP_CONNECTION_PROXY))
114 #if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
H A Dtimers.c156 #if IP_REASSEMBLY
170 #endif /* IP_REASSEMBLY */
317 #if IP_REASSEMBLY
319 #endif /* IP_REASSEMBLY */
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h47 #if IP_REASSEMBLY
49 #endif /* IP_REASSEMBLY */
H A Dopt.h316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0))
536 * IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that
540 #ifndef IP_REASSEMBLY
541 #define IP_REASSEMBLY 1 macro
547 * controlled via IP_REASSEMBLY.
1575 #define IPFRAG_STATS (IP_REASSEMBLY || IP_FRAG)
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h214 #ifndef IP_REASSEMBLY
215 #define IP_REASSEMBLY 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dicmp.c370 #if IP_FORWARD || IP_REASSEMBLY
384 #endif /* IP_FORWARD || IP_REASSEMBLY */
H A Dip_frag.c52 #if IP_REASSEMBLY
623 #endif /* IP_REASSEMBLY */
H A Dip4.c566 #if IP_REASSEMBLY /* packet fragment reassembly code present? */
576 #else /* IP_REASSEMBLY == 0, no packet fragment reassembly code present */
578 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("IP packet dropped since it was fragmented (0x%"X16_F") (while IP_REASSEMBLY == 0).\n",
585 #endif /* IP_REASSEMBLY */
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c290 #if IP_REASSEMBLY /* packet fragment reassembly code present? */
300 #else /* IP_REASSEMBLY == 0, no packet fragment reassembly code present */
302 LWIP_DEBUGF(IP_DEBUG | 2, ("IP packet dropped since it was fragmented (0x%"X16_F") (while IP_REASSEMBLY == 0).\n",
309 #endif /* IP_REASSEMBLY */
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c2824 #if IP_REASSEMBLY
3018 #if IP_REASSEMBLY
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c2926 #if IP_REASSEMBLY
3122 #if IP_REASSEMBLY

Completed in 84 milliseconds