Loading...
Searching...
No Matches
_nib_abr_entry_t Struct Reference

Internal NIB-representation of the authoritative border router for multihop prefix and 6LoWPAN context dissemination. More...

Detailed Description

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

Field Documentation

◆ addr

ipv6_addr_t _nib_abr_entry_t::addr

The address of the border router.

Definition at line 228 of file _nib-internal.h.

◆ timeout

evtimer_msg_event_t _nib_abr_entry_t::timeout

timeout of the information

Definition at line 233 of file _nib-internal.h.

◆ valid_until_ms

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 231 of file _nib-internal.h.

◆ version

uint32_t _nib_abr_entry_t::version

last received version of the info of the _nib_abr_entry_t::addr

Definition at line 229 of file _nib-internal.h.


The documentation for this struct was generated from the following file: