|
Contiki 2.6
|
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. | |
ContikiRPL, an implementation of RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks (IETF RFC 6550)
Definition in file rpl.c.