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 230 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_ms |
timestamp (in ms) until which information is valid (needs resolution in minutes an 16 bits of them) | |
evtimer_msg_event_t | timeout |
timeout of the information | |
ipv6_addr_t _nib_abr_entry_t::addr |
The address of the border router.
Definition at line 231 of file _nib-internal.h.
evtimer_msg_event_t _nib_abr_entry_t::timeout |
timeout of the information
Definition at line 236 of file _nib-internal.h.
uint32_t _nib_abr_entry_t::valid_until_ms |
timestamp (in ms) until which information is valid (needs resolution in minutes an 16 bits of them)
Definition at line 234 of file _nib-internal.h.
uint32_t _nib_abr_entry_t::version |
last received version of the info of the _nib_abr_entry_t::addr
Definition at line 232 of file _nib-internal.h.