#include "core/common.hpp"
Include dependency graph for fib-entry.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::fib::Entry |
| Represents an entry in the FIB. More... | |
| class | nfd::fib::NextHop |
| Represents a nexthop record in a FIB entry. More... | |
Namespaces | |
| nfd | |
| -status-http-server | |
| nfd::face | |
| nfd::fib | |
| nfd::name_tree | |
Typedefs | |
| using | nfd::fib::NextHopList = std::vector< NextHop > |
| A collection of nexthops in a FIB entry. More... | |