![]() |
Contiki-NG
|
This file shows the implementations of the Enhanced Stateless Multicast RPL Forwarding (ESMRF) More...
#include "contiki.h"#include "contiki-net.h"#include "net/ipv6/multicast/uip-mcast6.h"#include "net/ipv6/multicast/uip-mcast6-route.h"#include "net/ipv6/multicast/uip-mcast6-stats.h"#include "net/ipv6/multicast/esmrf.h"#include "net/routing/routing.h"#include "net/ipv6/uip.h"#include "net/netstack.h"#include "net/packetbuf.h"#include <string.h>#include "net/ipv6/uip-debug.h"Go to the source code of this file.
This file shows the implementations of the Enhanced Stateless Multicast RPL Forwarding (ESMRF)
It will only work in RPL networks in MOP 3 "Storing with Multicast"
Definition in file esmrf.c.