Loading...
Searching...
No Matches
fib_entry_t Struct Reference

Container descriptor for a FIB entry. More...

Detailed Description

Container descriptor for a FIB entry.

Definition at line 41 of file table.h.

#include <table.h>

Data Fields

kernel_pid_t iface_id
 interface ID
 
uint64_t lifetime
 Lifetime of this entry (an absolute time-point is stored by the FIB)
 
uint32_t global_flags
 Unique identifier for the type of the global address.
 
universal_address_container_tglobal
 Pointer to the shared generic address.
 
uint32_t next_hop_flags
 Unique identifier for the type of the next hop address.
 
universal_address_container_tnext_hop
 Pointer to the shared generic address.
 

Field Documentation

◆ global

universal_address_container_t* fib_entry_t::global

Pointer to the shared generic address.

Definition at line 49 of file table.h.

◆ global_flags

uint32_t fib_entry_t::global_flags

Unique identifier for the type of the global address.

Definition at line 47 of file table.h.

◆ iface_id

kernel_pid_t fib_entry_t::iface_id

interface ID

Definition at line 43 of file table.h.

◆ lifetime

uint64_t fib_entry_t::lifetime

Lifetime of this entry (an absolute time-point is stored by the FIB)

Definition at line 45 of file table.h.

◆ next_hop

universal_address_container_t* fib_entry_t::next_hop

Pointer to the shared generic address.

Definition at line 53 of file table.h.

◆ next_hop_flags

uint32_t fib_entry_t::next_hop_flags

Unique identifier for the type of the next hop address.

Definition at line 51 of file table.h.


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