|
Contiki 3.x
|
Logic for Directed Acyclic Graphs in RPL.More...
#include "contiki.h"#include "net/link-stats.h"#include "net/rpl/rpl-private.h"#include "net/ip/uip.h"#include "net/ipv6/uip-nd6.h"#include "net/ipv6/uip-ds6-nbr.h"#include "net/nbr-table.h"#include "net/ipv6/multicast/uip-mcast6.h"#include "lib/list.h"#include "lib/memb.h"#include "sys/ctimer.h"#include <limits.h>#include <string.h>#include "net/ip/uip-debug.h"Go to the source code of this file.
Functions | |
| int | rpl_has_downward_route (void) |
| Get the RPL's best guess on if we have downward route or not. More... | |
Logic for Directed Acyclic Graphs in RPL.
Definition in file rpl-dag.c.
1.8.6