Contiki 2.6

rpl.c File Reference

ContikiRPL, an implementation of RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks (IETF RFC 6550) More...

#include "net/uip.h"
#include "net/tcpip.h"
#include "net/uip-ds6.h"
#include "net/rpl/rpl-private.h"
#include "net/neighbor-info.h"
#include "net/uip-debug.h"
#include <limits.h>
#include <string.h>

Go to the source code of this file.

Variables

uip_ds6_route_t uip_ds6_routing_table [UIP_DS6_ROUTE_NB]
 Prefix list.

Detailed Description

ContikiRPL, an implementation of RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks (IETF RFC 6550)

Author:
Joakim Eriksson <joakime@sics.se>, Nicolas Tsiftes <nvt@sics.se>

Definition in file rpl.c.