All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
netstats.h File Reference

Definition of net statistics. More...

Detailed Description

Definition of net statistics.

Author
Oliver Hahm olive.nosp@m.r.ha.nosp@m.hm@in.nosp@m.ria..nosp@m.fr

Definition in file netstats.h.

#include <stdint.h>
#include "cib.h"
#include "net/l2util.h"
#include "mutex.h"
+ Include dependency graph for netstats.h:

Go to the source code of this file.

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)