Loading...
Searching...
No Matches
Packet statistics per module

Each module may store information about sent and received packets. More...

Detailed Description

Each module may store information about sent and received packets.

Modules

 Packet statistics for RPL
 Packet statistics for RPL.
 

Files

file  netstats.h
 Definition of net statistics.
 
file  neighbor.h
 Records statistics about link layer neighbors.
 

Data Structures

struct  netstats_t
 Global statistics struct. More...
 
struct  netstats_nb_t
 Stats per peer struct. More...
 
struct  netstats_nb_table_t
 L2 Peer Info struct. More...
 

Macros

#define NETSTATS_NB_SIZE   (8)
 The max number of entries in the peer stats table.
 
#define NETSTATS_NB_QUEUE_SIZE   (4)
 The CIB size for tx correlation.
 

@ref net_netstats module names

#define NETSTATS_LAYER2   (0x01)
 
#define NETSTATS_IPV6   (0x02)
 
#define NETSTATS_RPL   (0x03)
 
#define NETSTATS_ALL   (0xFF)
 

Macro Definition Documentation

◆ NETSTATS_ALL

#define NETSTATS_ALL   (0xFF)

Definition at line 54 of file netstats.h.

◆ NETSTATS_IPV6

#define NETSTATS_IPV6   (0x02)

Definition at line 52 of file netstats.h.

◆ NETSTATS_LAYER2

#define NETSTATS_LAYER2   (0x01)

Definition at line 51 of file netstats.h.

◆ NETSTATS_NB_QUEUE_SIZE

#define NETSTATS_NB_QUEUE_SIZE   (4)

The CIB size for tx correlation.

Definition at line 44 of file netstats.h.

◆ NETSTATS_NB_SIZE

#define NETSTATS_NB_SIZE   (8)

The max number of entries in the peer stats table.

Definition at line 37 of file netstats.h.

◆ NETSTATS_RPL

#define NETSTATS_RPL   (0x03)

Definition at line 53 of file netstats.h.