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.
 

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