NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fib Namespace Reference

Classes

class  Entry
 represents a FIB entry More...
 
class  Fib
 represents the Forwarding Information Base (FIB) More...
 
class  NextHop
 represents a nexthop record in FIB entry More...
 

Typedefs

typedef std::vector< fib::NextHopNextHopList
 

Functions

 NFD_ASSERT_FORWARD_ITERATOR (Fib::const_iterator)
 
static bool nteHasFibEntry (const name_tree::Entry &nte)
 

Typedef Documentation

◆ NextHopList

typedef std::vector<fib::NextHop> nfd::fib::NextHopList

Definition at line 47 of file fib-entry.hpp.

Function Documentation

◆ NFD_ASSERT_FORWARD_ITERATOR()

nfd::fib::NFD_ASSERT_FORWARD_ITERATOR ( Fib::const_iterator  )

◆ nteHasFibEntry()

static bool nfd::fib::nteHasFibEntry ( const name_tree::Entry nte)
inlinestatic

Definition at line 39 of file fib.cpp.

References nfd::name_tree::Entry::getFibEntry().