Loading...
Searching...
No Matches
_nib_offl_entry_t Struct Reference

Off-link NIB entry. More...

Detailed Description

Off-link NIB entry.

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

#include <_nib-internal.h>

Data Fields

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

Field Documentation

◆ flags

uint16_t _nib_offl_entry_t::flags

[flags](net_gnrc_ipv6_nib_offl_flags

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

◆ mode

uint8_t _nib_offl_entry_t::mode

mode of the off-link entry

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

◆ next_hop

_nib_onl_entry_t* _nib_offl_entry_t::next_hop

next hop to destination

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

◆ pfx

ipv6_addr_t _nib_offl_entry_t::pfx

prefix to the destination

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

◆ pfx_len

uint8_t _nib_offl_entry_t::pfx_len

prefix-length in bits of _nib_onl_entry_t::pfx

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

◆ pfx_timeout

evtimer_msg_event_t _nib_offl_entry_t::pfx_timeout

Event for GNRC_IPV6_NIB_PFX_TIMEOUT.

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

◆ pref_until

uint32_t _nib_offl_entry_t::pref_until

timestamp (in ms) until which the prefix preferred (UINT32_MAX means forever)

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

◆ valid_until

uint32_t _nib_offl_entry_t::valid_until

timestamp (in ms) until which the prefix valid (UINT32_MAX means forever)

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


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