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  | |