Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/test/unit/ip4/
A Dtest_ip4.c87 fail_unless(lwip_stats.ip_frag.recv == 1); in START_TEST()
88 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
90 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
94 fail_unless(lwip_stats.ip_frag.recv == 2); in START_TEST()
95 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
97 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
102 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
109 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
116 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
123 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
[all …]
/components/net/lwip/lwip-2.0.3/test/unit/ip4/
A Dtest_ip4.c81 fail_unless(lwip_stats.ip_frag.recv == 1); in START_TEST()
82 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
84 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
88 fail_unless(lwip_stats.ip_frag.recv == 2); in START_TEST()
89 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
91 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
96 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
103 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
110 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
117 fail_unless(lwip_stats.ip_frag.err == 0); in START_TEST()
[all …]
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c282 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
486 IPFRAG_STATS_INC(ip_frag.recv); in ip_reass()
493 IPFRAG_STATS_INC(ip_frag.err); in ip_reass()
511 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass()
527 IPFRAG_STATS_INC(ip_frag.cachehit); in ip_reass()
610 IPFRAG_STATS_INC(ip_frag.drop); in ip_reass()
667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag() function
830 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
843 IPFRAG_STATS_INC(ip_frag.xmit); in ip_frag()
A Dip.c272 ip_frag(p, netif, ip_current_dest_addr()); in ip_forward()
819 return ip_frag(p, netif, dest);
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c295 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
508 IPFRAG_STATS_INC(ip_frag.recv); in ip4_reass()
515 IPFRAG_STATS_INC(ip_frag.err); in ip4_reass()
533 IPFRAG_STATS_INC(ip_frag.memerr); in ip4_reass()
549 IPFRAG_STATS_INC(ip_frag.cachehit); in ip4_reass()
667 IPFRAG_STATS_INC(ip_frag.drop); in ip4_reass()
843 IPFRAG_STATS_INC(ip_frag.xmit); in ip4_frag()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c295 IPFRAG_STATS_INC(ip_frag.memerr); in ip_reass_enqueue_new_datagram()
514 IPFRAG_STATS_INC(ip_frag.recv); in ip4_reass()
521 IPFRAG_STATS_INC(ip_frag.err); in ip4_reass()
545 IPFRAG_STATS_INC(ip_frag.memerr); in ip4_reass()
561 IPFRAG_STATS_INC(ip_frag.cachehit); in ip4_reass()
689 IPFRAG_STATS_INC(ip_frag.drop); in ip4_reass()
873 IPFRAG_STATS_INC(ip_frag.xmit); in ip4_frag()
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip_frag.h81 err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest);
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dstats.h121 struct stats_proto ip_frag; member
209 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dstats.h243 struct stats_proto ip_frag; member
366 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dstats.h243 struct stats_proto ip_frag; member
366 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
/components/net/lwip/lwip-1.4.1/
A DSConscript35 src/core/ipv4/ip_frag.c
A DCHANGELOG368 * ip_frag.c: create a new (contiguous) PBUF_RAM for every outgoing
685 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
1090 function" by checking for loopback before calling ip_frag
1665 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
1914 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
2624 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
2694 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
2696 * ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
2703 * ipv4/ip_frag.c: added SNMP counters.
2770 * ipv4/ip_frag.c: Added bound-checking assertions on ip_reassbitmap
[all …]
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1324 * ip_frag.c: create a new (contiguous) PBUF_RAM for every outgoing
1641 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
2046 function" by checking for loopback before calling ip_frag
2621 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
2870 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
3580 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
3650 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
3652 * ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
3659 * ipv4/ip_frag.c: added SNMP counters.
3726 * ipv4/ip_frag.c: Added bound-checking assertions on ip_reassbitmap
[all …]
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1577 * ip_frag.c: create a new (contiguous) PBUF_RAM for every outgoing
1894 * pbuf.c/.h, ip_frag.c/.h, opt.h, memp_std.h: Fixed bug #29361 (ip_frag has
2299 function" by checking for loopback before calling ip_frag
2874 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY
3123 * opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF
3833 * ip_frag.c, ip_frag.h: Reduce code size: don't include code in those files
3903 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
3905 * ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
3912 * ipv4/ip_frag.c: added SNMP counters.
3979 * ipv4/ip_frag.c: Added bound-checking assertions on ip_reassbitmap
[all …]
/components/net/lwip/
A DKconfig355 bool "Enable debugging in ip_frag.c for both frag & reass"

Completed in 44 milliseconds