Configuration macro definitions for neighbor information base. More...
Configuration macro definitions for neighbor information base.
Definition in file conf.h.
#include <kernel_defines.h>
Go to the source code of this file.
Macros | |
#define | CONFIG_GNRC_IPV6_NIB_REACH_TIME_RESET (7200000U) |
Reset time in milliseconds for the reachability time. More... | |
#define | CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL 0 |
Disable router solicitations. More... | |
#define | CONFIG_GNRC_IPV6_NIB_L2ADDR_MAX_LEN (8U) |
Maximum link-layer address length (aligned) | |
#define | CONFIG_GNRC_IPV6_NIB_DEFAULT_ROUTER_NUMOF (1) |
Number of default routers in the default router list. More... | |
#define | CONFIG_GNRC_IPV6_NIB_NUMOF (4) |
Number of entries in NIB. More... | |
#define | CONFIG_GNRC_IPV6_NIB_OFFL_NUMOF (8) |
Number of off-link entries in NIB. More... | |
#define | CONFIG_GNRC_IPV6_NIB_ABR_NUMOF (1) |
Number of authoritative border router entries in NIB. | |
Compile flags | |
#define | CONFIG_GNRC_IPV6_NIB_6LBR 0 |
enable features for 6Lo border router | |
#define | CONFIG_GNRC_IPV6_NIB_6LR 0 |
enable features for 6Lo router | |
#define | CONFIG_GNRC_IPV6_NIB_6LN 0 |
enable features for 6Lo node | |
#define | CONFIG_GNRC_IPV6_NIB_ROUTER 0 |
enable features for IPv6 routers | |
#define | CONFIG_GNRC_IPV6_NIB_ADV_ROUTER 0 |
(de-)activate router advertising at interface start-up | |
#define | CONFIG_GNRC_IPV6_NIB_ARSM 1 |
(de-)activate NDP address resolution state-machine | |
#define | CONFIG_GNRC_IPV6_NIB_QUEUE_PKT 1 |
queue packets for address resolution | |
#define | CONFIG_GNRC_IPV6_NIB_SLAAC 1 |
handle NDP messages according for stateless address auto-configuration (if activated on interface) More... | |
#define | CONFIG_GNRC_IPV6_NIB_REDIRECT 0 |
handle Redirect Messages | |
#define | CONFIG_GNRC_IPV6_NIB_DC 0 |
(de-)activate destination cache | |
#define | CONFIG_GNRC_IPV6_NIB_DNS 0 |
Support for DNS configuration options. More... | |
#define | CONFIG_GNRC_IPV6_NIB_MULTIHOP_P6C 0 |
Multihop prefix and 6LoWPAN context distribution. More... | |
#define | CONFIG_GNRC_IPV6_NIB_MULTIHOP_DAD 0 |
Multihop duplicate address detection. More... | |