Contiki-NG
Variables

This file implements 'Stateless Multicast RPL Forwarding' (SMRF) 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/smrf.h"
#include "net/routing/routing.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.

Variables

const struct uip_mcast6_driver smrf_driver
 The SMRF engine driver.
 

Detailed Description

This file implements 'Stateless Multicast RPL Forwarding' (SMRF)

Author
George Oikonomou - oikon.nosp@m.omou.nosp@m.@user.nosp@m.s.so.nosp@m.urcef.nosp@m.orge.nosp@m..net

Definition in file smrf.c.