Off-link NIB entry. More...
Off-link NIB entry.
Definition at line 202 of file _nib-internal.h.
#include <_nib-internal.h>
Data Fields | |
_nib_onl_entry_t * | next_hop |
next hop to destination | |
ipv6_addr_t | pfx |
prefix to the destination | |
evtimer_msg_event_t | pfx_timeout |
Event for GNRC_IPV6_NIB_PFX_TIMEOUT. | |
uint8_t | mode |
mode of the off-link entry | |
uint8_t | pfx_len |
prefix-length in bits of _nib_onl_entry_t::pfx | |
uint16_t | flags |
[flags](net_gnrc_ipv6_nib_offl_flags | |
uint32_t | valid_until |
timestamp (in ms) until which the prefix valid (UINT32_MAX means forever) | |
uint32_t | pref_until |
timestamp (in ms) until which the prefix preferred (UINT32_MAX means forever) | |
uint16_t _nib_offl_entry_t::flags |
[flags](net_gnrc_ipv6_nib_offl_flags
Definition at line 219 of file _nib-internal.h.
uint8_t _nib_offl_entry_t::mode |
mode of the off-link entry
Definition at line 215 of file _nib-internal.h.
_nib_onl_entry_t* _nib_offl_entry_t::next_hop |
next hop to destination
Definition at line 203 of file _nib-internal.h.
ipv6_addr_t _nib_offl_entry_t::pfx |
prefix to the destination
Definition at line 204 of file _nib-internal.h.
uint8_t _nib_offl_entry_t::pfx_len |
prefix-length in bits of _nib_onl_entry_t::pfx
Definition at line 217 of file _nib-internal.h.
evtimer_msg_event_t _nib_offl_entry_t::pfx_timeout |
Event for GNRC_IPV6_NIB_PFX_TIMEOUT.
Definition at line 208 of file _nib-internal.h.
uint32_t _nib_offl_entry_t::pref_until |
timestamp (in ms) until which the prefix preferred (UINT32_MAX means forever)
Definition at line 222 of file _nib-internal.h.
uint32_t _nib_offl_entry_t::valid_until |
timestamp (in ms) until which the prefix valid (UINT32_MAX means forever)
Definition at line 220 of file _nib-internal.h.