#include "contiki-conf.h"
Macros | |
#define | RPL_CONF_STATS 0 |
#define | RPL_DAG_MC RPL_DAG_MC_NONE |
#define | RPL_DAO_SPECIFY_DAG 1 |
#define | RPL_DEFAULT_INSTANCE 0x1e |
#define | RPL_DEFAULT_LIFETIME 0xff |
#define | RPL_DEFAULT_LIFETIME_UNIT 0xffff |
#define | RPL_DIO_INTERVAL_DOUBLINGS 8 |
#define | RPL_DIO_INTERVAL_MIN 12 |
#define | RPL_DIO_REDUNDANCY 10 |
#define | RPL_INIT_LINK_METRIC 3 |
#define | RPL_LEAF_ONLY 0 |
#define | RPL_MAX_DAG_PER_INSTANCE 2 |
#define | RPL_MAX_INSTANCES 1 |
#define | RPL_OF rpl_mrhof |
#define RPL_CONF_STATS 0 |
#define RPL_DAG_MC RPL_DAG_MC_NONE |
Referenced by calculate_path_metric(), and update_metric_container().
#define RPL_DAO_SPECIFY_DAG 1 |
#define RPL_DEFAULT_INSTANCE 0x1e |
Referenced by create_rpl_dag(), simple_rpl_global_repair(), simple_rpl_init_dag_immediately(), and simple_rpl_local_repair().
#define RPL_DEFAULT_LIFETIME 0xff |
Referenced by dio_input(), and rpl_set_root().
#define RPL_DEFAULT_LIFETIME_UNIT 0xffff |
Referenced by dio_input(), and rpl_set_root().
#define RPL_DIO_INTERVAL_DOUBLINGS 8 |
Referenced by dio_input(), and rpl_set_root().
#define RPL_DIO_INTERVAL_MIN 12 |
Referenced by dio_input(), and rpl_set_root().
#define RPL_DIO_REDUNDANCY 10 |
Referenced by dio_input(), and rpl_set_root().
#define RPL_INIT_LINK_METRIC 3 |
Referenced by calculate_rank(), and rpl_add_parent().
#define RPL_LEAF_ONLY 0 |
#define RPL_MAX_DAG_PER_INSTANCE 2 |
Referenced by get_dag(), rpl_alloc_dag(), rpl_free_instance(), rpl_local_repair(), and rpl_select_dag().
#define RPL_MAX_INSTANCES 1 |
#define RPL_OF rpl_mrhof |
Referenced by rpl_init(), and rpl_set_root().