Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

stats_ Struct Reference

stats_ Struct Reference

lwIP stats container More...

#include <stats.h>

Data Fields

struct stats_proto link
 Link level.
struct stats_proto etharp
 ARP.
struct stats_proto ip_frag
 Fragmentation.
struct stats_proto ip
 IP.
struct stats_proto icmp
 ICMP.
struct stats_igmp igmp
 IGMP.
struct stats_proto udp
 UDP.
struct stats_proto tcp
 TCP.
struct stats_mem mem
 Heap.
struct stats_memmemp [MEMP_MAX]
 Internal memory pools.
struct stats_sys sys
 System.
struct stats_proto ip6
 IPv6.
struct stats_proto icmp6
 ICMP6.
struct stats_proto ip6_frag
 IPv6 fragmentation.
struct stats_igmp mld6
 Multicast listener discovery.
struct stats_proto nd6
 Neighbor discovery.
struct stats_mib2 mib2
 SNMP MIB2.

Detailed Description

lwIP stats container

Definition at line 232 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.


Field Documentation

IPv6 fragmentation.

Definition at line 287 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

Fragmentation.

Definition at line 243 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_proto link

Link level.

Definition at line 235 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_mem* memp[MEMP_MAX]

Internal memory pools.

Definition at line 271 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_mib2 mib2

SNMP MIB2.

Definition at line 299 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_igmp mld6

Multicast listener discovery.

Definition at line 291 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_proto nd6

Neighbor discovery.

Definition at line 295 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/stats.h.

struct stats_sys sys