Rtos API example

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 stats.h.


Field Documentation

ARP.

Definition at line 239 of file stats.h.

struct stats_proto icmp

ICMP.

Definition at line 251 of file stats.h.

ICMP6.

Definition at line 283 of file stats.h.

struct stats_igmp igmp

IGMP.

Definition at line 255 of file stats.h.

struct stats_proto ip

IP.

Definition at line 247 of file stats.h.

struct stats_proto ip6

IPv6.

Definition at line 279 of file stats.h.

IPv6 fragmentation.

Definition at line 287 of file stats.h.

Fragmentation.

Definition at line 243 of file stats.h.

struct stats_proto link

Link level.

Definition at line 235 of file stats.h.

struct stats_mem mem

Heap.

Definition at line 267 of file stats.h.

struct stats_mem* memp[MEMP_MAX]

Internal memory pools.

Definition at line 271 of file stats.h.

struct stats_mib2 mib2

SNMP MIB2.

Definition at line 299 of file stats.h.

struct stats_igmp mld6

Multicast listener discovery.

Definition at line 291 of file stats.h.

struct stats_proto nd6

Neighbor discovery.

Definition at line 295 of file stats.h.

struct stats_sys sys

System.

Definition at line 275 of file stats.h.

struct stats_proto tcp

TCP.

Definition at line 263 of file stats.h.

struct stats_proto udp

UDP.

Definition at line 259 of file stats.h.