|
Contiki-Inga 3.x
|
ContikiRPL, an implementation of RPL: IPv6 Routing Protocol
for Low-Power and Lossy Networks (IETF RFC 6550)
More...
#include "net/ip/uip.h"#include "net/ip/tcpip.h"#include "net/ipv6/uip-ds6.h"#include "net/rpl/rpl-private.h"#include "net/ipv6/multicast/uip-mcast6.h"#include "net/ip/uip-debug.h"#include <limits.h>#include <string.h>Go to the source code of this file.
Functions | |
| enum rpl_mode | rpl_get_mode (void) |
| Get the RPL mode. More... | |
| enum rpl_mode | rpl_set_mode (enum rpl_mode m) |
| Set the RPL mode. More... | |
ContikiRPL, an implementation of RPL: IPv6 Routing Protocol
for Low-Power and Lossy Networks (IETF RFC 6550)
Definition in file rpl.c.
1.8.3.1