On-link NIB entry. More...
#include <_nib-internal.h>
Data Fields | |
struct _nib_onl_entry * | next |
next removable entry | |
gnrc_pktqueue_t * | pktqueue |
queue for packets currently in address resolution More... | |
ipv6_addr_t | ipv6 |
Neighbors IPv6 address. | |
eui64_t | eui64 |
The neighbors EUI-64 (used for DAD) More... | |
uint8_t | l2addr [CONFIG_GNRC_IPV6_NIB_L2ADDR_MAX_LEN] |
Link-layer address of _nib_onl_entry_t::next_hop. More... | |
evtimer_msg_event_t | nud_timeout |
Event for GNRC_IPV6_NIB_SND_UC_NS, GNRC_IPV6_NIB_SND_MC_NS, GNRC_IPV6_NIB_REACH_TIMEOUT and GNRC_IPV6_NIB_DELAY_TIMEOUT. More... | |
evtimer_msg_event_t | snd_na |
Event for GNRC_IPV6_NIB_SND_NA. | |
evtimer_msg_event_t | reply_rs |
Event for GNRC_IPV6_NIB_REPLY_RS. | |
evtimer_msg_event_t | addr_reg_timeout |
Event for GNRC_IPV6_NIB_ADDR_REG_TIMEOUT. | |
uint16_t | info |
Information flags. More... | |
uint8_t | mode |
NIB entry mode. More... | |
uint8_t | ns_sent |
Neighbor solicitations sent for probing. More... | |
uint8_t | l2addr_len |
length in bytes of _nib_onl_entry_t::l2addr More... | |
eui64_t _nib_onl_entry::eui64 |
The neighbors EUI-64 (used for DAD)
Definition at line 114 of file _nib-internal.h.
uint16_t _nib_onl_entry::info |
uint8_t _nib_onl_entry::l2addr[CONFIG_GNRC_IPV6_NIB_L2ADDR_MAX_LEN] |
Link-layer address of _nib_onl_entry_t::next_hop.
Definition at line 122 of file _nib-internal.h.
uint8_t _nib_onl_entry::l2addr_len |
length in bytes of _nib_onl_entry_t::l2addr
Definition at line 181 of file _nib-internal.h.
uint8_t _nib_onl_entry::mode |
NIB entry mode.
This field identifies which "views" of the NIB the entry belongs to.
Definition at line 167 of file _nib-internal.h.
uint8_t _nib_onl_entry::ns_sent |
Neighbor solicitations sent for probing.
Definition at line 174 of file _nib-internal.h.
evtimer_msg_event_t _nib_onl_entry::nud_timeout |
Event for GNRC_IPV6_NIB_SND_UC_NS, GNRC_IPV6_NIB_SND_MC_NS, GNRC_IPV6_NIB_REACH_TIMEOUT and GNRC_IPV6_NIB_DELAY_TIMEOUT.
Definition at line 141 of file _nib-internal.h.
gnrc_pktqueue_t* _nib_onl_entry::pktqueue |
queue for packets currently in address resolution
Definition at line 102 of file _nib-internal.h.