Contiki 3.x
Data Fields
uip_mcast6_route Struct Reference

An entry in the multicast routing table. More...

#include <core/net/ipv6/multicast/uip-mcast6-route.h>

Data Fields

struct uip_mcast6_routenext
 Routes are arranged in a linked list.
 
uip_ipaddr_t group
 The multicast group.
 
uint32_t lifetime
 Entry lifetime seconds.
 
void * dag
 Pointer to an rpl_dag_t struct.
 

Detailed Description

An entry in the multicast routing table.

Definition at line 51 of file uip-mcast6-route.h.