Go to the source code of this file.
|
void | ndn_fib_init (void *memory, ndn_table_id_t capacity, ndn_nametree_t *nametree) |
|
void | ndn_fib_unregister_face (ndn_fib_t *self, ndn_table_id_t face_id) |
|
ndn_fib_entry_t * | ndn_fib_find_or_insert (ndn_fib_t *self, uint8_t *prefix, size_t length) |
|
ndn_fib_entry_t * | ndn_fib_find (ndn_fib_t *self, uint8_t *prefix, size_t length) |
|
void | ndn_fib_remove_entry_if_empty (ndn_fib_t *self, ndn_fib_entry_t *entry) |
|
ndn_fib_entry_t * | ndn_fib_prefix_match (ndn_fib_t *self, uint8_t *prefix, size_t length) |
|