Contiki-NG
Functions
rpl-dag-root.c File Reference

DAG root utility functions for RPL. More...

#include "contiki.h"
#include "contiki-net.h"
#include "net/routing/rpl-lite/rpl.h"
#include "net/ipv6/uip-ds6-route.h"
#include "net/ipv6/uip-sr.h"
#include "sys/log.h"

Go to the source code of this file.

Functions

void rpl_dag_root_print_links (const char *str)
 Prints a summary of all routing links. More...
 
void rpl_dag_root_set_prefix (uip_ipaddr_t *prefix, uip_ipaddr_t *iid)
 Set a prefix in case the node is later set as dag root. More...
 
int rpl_dag_root_start (void)
 Set the node as root and start a DAG. More...
 
int rpl_dag_root_is_root (void)
 Tells whether we are DAG root or not. More...
 

Detailed Description

DAG root utility functions for RPL.

Definition in file rpl-dag-root.c.