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

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

#include <os/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.