Header file for IPv6 multicast forwarding stats maintenance
- Author
- George Oikonomou - oikon.nosp@m.omou.nosp@m.@user.nosp@m.s.so.nosp@m.urcef.nosp@m.orge.nosp@m..net
#include "contiki-conf.h"
#include <stdint.h>
#define UIP_MCAST6_STATS 0 |
#define UIP_MCAST6_STATS_ADD |
( |
|
x | ) |
|
#define UIP_MCAST6_STATS_DATATYPE uint16_t |
#define UIP_MCAST6_STATS_GET |
( |
|
x | ) |
0 |
#define UIP_MCAST6_STATS_INIT |
( |
|
s | ) |
|
void uip_mcast6_stats_init |
( |
void * |
stats | ) |
|
Initialise multicast stats.
- Parameters
-
stats | A pointer to a struct holding an engine's additional statistics |