Contiki-NG
Loading...
Searching...
No Matches

A data structure used to maintain multicast stats. More...

#include <os/net/ipv6/multicast/uip-mcast6-stats.h>

Data Fields

uint16_t mcast_in_unique
 Count of unique datagrams received.
 
uint16_t mcast_in_all
 Count of all datagrams received.
 
uint16_t mcast_in_ours
 Count of datagrams received for a group that we have joined.
 
uint16_t mcast_fwd
 Count of datagrams forwarded by us but we are not the seed.
 
uint16_t mcast_out
 Count of multicast datagrams originated by us.
 
uint16_t mcast_bad
 Count of malformed multicast datagrams seen by us.
 
uint16_t mcast_dropped
 Count of multicast datagrams correclty formed but dropped by us.
 
void * engine_stats
 Opaque pointer to an engine's additional stats.
 

Detailed Description

A data structure used to maintain multicast stats.

Each engine can extend this structure via the engine_stats field

Definition at line 68 of file uip-mcast6-stats.h.