|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#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 | |
| namespace | nfd |
| namespace | nfd::face |
| namespace | nfd::fib |
| namespace | nfd::name_tree |
Typedefs | |
| using | nfd::fib::NextHopList = std::vector< NextHop > |
| A collection of nexthops in a FIB entry. | |