Home
last modified time | relevance | path

Searched refs:IP_REASS_MAX_PBUFS (Results 1 – 15 of 15) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h553 #ifndef IP_REASS_MAX_PBUFS
554 #define IP_REASS_MAX_PBUFS 10 macro
/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dip6_frag.c247 } while (((ip6_reass_pbufcount + pbufs_needed) > IP_REASS_MAX_PBUFS) && (reassdatagrams != NULL)); in ip6_reass_remove_oldest_datagram()
355 if ((ip6_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip6_reass()
358 if ((ip6_reass_pbufcount + clen) <= IP_REASS_MAX_PBUFS) { in ip6_reass()
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c524 if ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip4_reass()
527 ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS)) in ip4_reass()
532 ip_reass_pbufcount, clen, IP_REASS_MAX_PBUFS)); in ip4_reass()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c536 if ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip4_reass()
539 ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS)) in ip4_reass()
544 ip_reass_pbufcount, clen, IP_REASS_MAX_PBUFS)); in ip4_reass()
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6_frag.c260 } while (((ip6_reass_pbufcount + pbufs_needed) > IP_REASS_MAX_PBUFS) && (reassdatagrams != NULL)); in ip6_reass_remove_oldest_datagram()
388 if ((ip6_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip6_reass()
391 if ((ip6_reass_pbufcount + clen) <= IP_REASS_MAX_PBUFS) { in ip6_reass()
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c502 if ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip_reass()
505 ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS)) in ip_reass()
510 ip_reass_pbufcount, clen, IP_REASS_MAX_PBUFS)); in ip_reass()
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c111 #if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
/components/net/lwip/lwip-2.1.2/src/core/
A Dinit.c132 #if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c136 #if (IP_REASSEMBLY && (MEMP_NUM_REASSDATA > IP_REASS_MAX_PBUFS))
/components/net/lwip/port/
A Dlwipopts.h448 #define IP_REASS_MAX_PBUFS 10 macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h704 #if !defined IP_REASS_MAX_PBUFS || defined __DOXYGEN__
705 #define IP_REASS_MAX_PBUFS 10 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h793 #if !defined IP_REASS_MAX_PBUFS || defined __DOXYGEN__
794 #define IP_REASS_MAX_PBUFS 10 macro
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_mib2_ip.c235 value->u32 = (IP_HLEN + ((IP_REASS_MAX_PBUFS/2) * in ip_AddrTable_get_cell_value_core()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_mib2_ip.c235 value->u32 = (IP_HLEN + ((IP_REASS_MAX_PBUFS / 2) * in ip_AddrTable_get_cell_value_core()
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib2.c3127 *sint_ptr = (IP_HLEN + ((IP_REASS_MAX_PBUFS/2) * in ip_addrentry_get_value()

Completed in 41 milliseconds