#include "alg/dijkstra.hh"
#include "set/hna.hh"
#include "set/mid.hh"
#include "set/routes.hh"
#include "set/neighbors.hh"
#include "sys/routing.hh"
#include "routingtable.hh"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::alg |
Defines | |
#define | QOLYESTER_DAEMON_ALG_ROUTINGTABLE_HXX 1 |
Functions | |
void | olsr::alg::compute_routes () |
void | olsr::alg::flush_routes (const lrouteset_t &local_rs, const rrouteset_t &remote_rs) |
void | olsr::alg::clean_routes () |
Variables | |
hnaset_t | olsr::hna_set |
midset_t | olsr::mid_set |
lrouteset_t | olsr::lroute_set |
rrouteset_t | olsr::rroute_set |
ifaceset_t | olsr::iface_set |
bool | olsr::notables |
#define QOLYESTER_DAEMON_ALG_ROUTINGTABLE_HXX 1 |