|
Contiki 3.x
|
An entry in the multicast routing table. More...
#include <core/net/ipv6/multicast/uip-mcast6-route.h>
Data Fields | |
| struct uip_mcast6_route * | next |
| 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. | |
An entry in the multicast routing table.
Definition at line 51 of file uip-mcast6-route.h.
1.8.6