Types and functions for operating fib tables. More...
Types and functions for operating fib tables.
Definition in file table.h.
Go to the source code of this file.
Data Structures | |
struct | fib_entry_t |
Container descriptor for a FIB entry. More... | |
struct | fib_sr_entry |
Container descriptor for a FIB source route entry. More... | |
struct | fib_sr_t |
Container descriptor for a FIB source route. More... | |
struct | fib_sr_meta_t |
Container for one FIB source route table, combining source routes and an entry pool. More... | |
struct | fib_table_t |
Meta information of a FIB table. More... | |
#define | FIB_MAX_REGISTERED_RP (5) |
maximum number of handled routing protocols (RP) used to notify the saved kernel_pid_t on unreachable destination | |
#define | FIB_TABLE_TYPE_SH (1) |
FIB table type for single hop entries. | |
#define | FIB_TABLE_TYPE_SR (FIB_TABLE_TYPE_SH + 1) |
FIB table type for source routes. | |
typedef struct fib_sr_entry | fib_sr_entry_t |
Container descriptor for a FIB source route entry. | |