#include "core/common.hpp"
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... | |