Contiki-NG
Functions
tsch-rpl.h File Reference

TSCH-RPL interaction. More...

#include "net/routing/routing.h"

Go to the source code of this file.

Functions

void tsch_rpl_callback_ka_sent (int status, int transmissions)
 Report statiscs from KA packet sent in RPL. More...
 
void tsch_rpl_callback_joining_network (void)
 Let RPL know that TSCH joined a new network. More...
 
void tsch_rpl_callback_leaving_network (void)
 Let RPL know that TSCH joined a new network. More...
 
void tsch_rpl_callback_new_dio_interval (clock_time_t dio_interval)
 Set TSCH EB period based on current RPL DIO period. More...
 
void tsch_rpl_callback_parent_switch (rpl_parent_t *old, rpl_parent_t *new)
 Set TSCH time source based on current RPL preferred parent. More...
 

Detailed Description

TSCH-RPL interaction.

Definition in file tsch-rpl.h.