Internal NIB-representation of the authoritative border router for multihop prefix and 6LoWPAN context dissemination. More...
Internal NIB-representation of the authoritative border router for multihop prefix and 6LoWPAN context dissemination.
Definition at line 227 of file _nib-internal.h.
#include <_nib-internal.h>
Public Member Functions | |
BITFIELD (pfxs, CONFIG_GNRC_IPV6_NIB_OFFL_NUMOF) | |
Bitfield marking the prefixes in the NIB's off-link entries disseminated by _nib_abr_entry_t::addr. | |
BITFIELD (ctxs, GNRC_SIXLOWPAN_CTX_SIZE) | |
Bitfield marking the contexts disseminated by _nib_abr_entry_t::addr. | |
Data Fields | |
ipv6_addr_t | addr |
The address of the border router. | |
uint32_t | version |
last received version of the info of the _nib_abr_entry_t::addr | |
uint32_t | valid_until |
timestamp (in minutes) until which information is valid | |
evtimer_msg_event_t | timeout |
timeout of the information | |