Container descriptor for a FIB entry. More...
#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_t * | global | 
| Pointer to the shared generic address.   | |
| uint32_t | next_hop_flags | 
| Unique identifier for the type of the next hop address.   | |
| universal_address_container_t * | next_hop | 
| Pointer to the shared generic address.   | |
| universal_address_container_t* fib_entry_t::global | 
| uint32_t fib_entry_t::global_flags | 
| kernel_pid_t fib_entry_t::iface_id | 
| uint64_t fib_entry_t::lifetime | 
| universal_address_container_t* fib_entry_t::next_hop | 
| uint32_t fib_entry_t::next_hop_flags |