| lwIP
    2.1.2
    Lightweight IP stack | 
#include <stats.h>
| Data Fields | |
| struct stats_proto | link | 
| struct stats_proto | etharp | 
| struct stats_proto | ip_frag | 
| struct stats_proto | ip | 
| struct stats_proto | icmp | 
| struct stats_igmp | igmp | 
| struct stats_proto | udp | 
| struct stats_proto | tcp | 
| struct stats_mem | mem | 
| struct stats_mem * | memp [MEMP_MAX] | 
| struct stats_sys | sys | 
| struct stats_proto | ip6 | 
| struct stats_proto | icmp6 | 
| struct stats_proto | ip6_frag | 
| struct stats_igmp | mld6 | 
| struct stats_proto | nd6 | 
| struct stats_mib2 | mib2 | 
lwIP stats container
| struct stats_proto stats_::etharp | 
ARP
| struct stats_proto stats_::icmp | 
ICMP
| struct stats_proto stats_::icmp6 | 
ICMP6
| struct stats_igmp stats_::igmp | 
IGMP
| struct stats_proto stats_::ip | 
IP
| struct stats_proto stats_::ip6 | 
IPv6
| struct stats_proto stats_::ip6_frag | 
IPv6 fragmentation
| struct stats_proto stats_::ip_frag | 
Fragmentation
| struct stats_proto stats_::link | 
Link level
| struct stats_mem stats_::mem | 
Heap
| struct stats_mem* stats_::memp[MEMP_MAX] | 
Internal memory pools
| struct stats_mib2 stats_::mib2 | 
SNMP MIB2
| struct stats_igmp stats_::mld6 | 
Multicast listener discovery
| struct stats_proto stats_::nd6 | 
Neighbor discovery
| struct stats_sys stats_::sys | 
System
| struct stats_proto stats_::tcp | 
TCP
| struct stats_proto stats_::udp | 
UDP