An entry in the multicast routing table.
#include <uip-mcast6-route.h>
Data Fields | |
void * | dag |
uip_ipaddr_t | group |
uint32_t | lifetime |
struct uip_mcast6_route * | next |
void* uip_mcast6_route::dag |
Referenced by dao_input(), and rpl_remove_routes().
uip_ipaddr_t uip_mcast6_route::group |
Referenced by handle_dao_timer().
uint32_t uip_mcast6_route::lifetime |
Referenced by dao_input(), and rpl_purge_routes().
struct uip_mcast6_route* uip_mcast6_route::next |