Home
last modified time | relevance | path

Searched refs:IP_REASSEMBLY (Results 1 – 11 of 11) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h508 #define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
744 #if !defined IP_REASSEMBLY || defined __DOXYGEN__
745 #define IP_REASSEMBLY 1 macro
761 #undef IP_REASSEMBLY
762 #define IP_REASSEMBLY 0 macro
2142 #define IPFRAG_STATS (IP_REASSEMBLY || IP_FRAG)
Dip4_frag.h54 #if IP_REASSEMBLY
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h59 #if LWIP_IPV4 && IP_REASSEMBLY
/third_party/lwip/src/core/
Dinit.c132 #if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
Dtimeouts.c84 #if IP_REASSEMBLY
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c11 #if !LWIP_IPV4 || !IP_REASSEMBLY || !MIB2_STATS || !IPFRAG_STATS
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_ip.c111 #if IP_REASSEMBLY in ip_get_value()
230 #if IP_REASSEMBLY in ip_AddrTable_get_cell_value_core()
/third_party/lwip/src/core/ipv4/
Dicmp.c314 #if IP_FORWARD || IP_REASSEMBLY
Dip4_frag.c54 #if IP_REASSEMBLY
Dip4.c638 #if IP_REASSEMBLY /* packet fragment reassembly code present? */
/third_party/lwip/
DCHANGELOG2874 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
3834 if IP_FRAG == 0 and IP_REASSEMBLY == 0