Contiki 3.x
|
Multicast routing table manipulationMore...
#include "contiki.h"
#include "lib/list.h"
#include "lib/memb.h"
#include "net/ip/uip.h"
#include "net/ipv6/multicast/uip-mcast6-route.h"
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | uip_mcast6_route_init () |
Multicast routing table init routine. More... | |
Multicast routing table manipulation
Definition in file uip-mcast6-route.c.
void uip_mcast6_route_init | ( | void | ) |
Multicast routing table init routine.
Multicast routing tables are not necessarily required by all multicast engines. For instance, trickle multicast does not rely on the existence of a routing table. Therefore, this function here should be invoked by each engine's init routine only if the relevant functionality is required. This is also why this function should not get hooked into the uip-ds6 core.
Definition at line 126 of file uip-mcast6-route.c.
References list_init(), and memb_init().