Loading...
Searching...
No Matches

Forwarding table entry view on NIB. More...

Detailed Description

Forwarding table entry view on NIB.

Definition at line 35 of file ft.h.

#include <ft.h>

Data Fields

ipv6_addr_t dst
 destination or prefix
 
ipv6_addr_t next_hop
 next hop to gnrc_ipv6_nib_ft_t::dst
 
uint8_t dst_len
 prefix-length in bits of gnrc_ipv6_nib_ft_t::dst
 
uint8_t primary
 != 0 if gnrc_ipv6_nib_ft_t::dst is preferred default route
 
uint16_t iface
 interface to gnrc_ipv6_nib_ft_t::next_hop
 

Field Documentation

◆ dst

ipv6_addr_t gnrc_ipv6_nib_ft_t::dst

destination or prefix

Definition at line 36 of file ft.h.

◆ dst_len

uint8_t gnrc_ipv6_nib_ft_t::dst_len

prefix-length in bits of gnrc_ipv6_nib_ft_t::dst

Definition at line 38 of file ft.h.

◆ iface

uint16_t gnrc_ipv6_nib_ft_t::iface

interface to gnrc_ipv6_nib_ft_t::next_hop

Definition at line 42 of file ft.h.

◆ next_hop

ipv6_addr_t gnrc_ipv6_nib_ft_t::next_hop

next hop to gnrc_ipv6_nib_ft_t::dst

Definition at line 37 of file ft.h.

◆ primary

uint8_t gnrc_ipv6_nib_ft_t::primary

!= 0 if gnrc_ipv6_nib_ft_t::dst is preferred default route

Definition at line 40 of file ft.h.


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