OpenSDN source code
|
#include <ostream>
#include <string>
#include <boost/asio.hpp>
#include <boost/optional.hpp>
#include <boost/date_time.hpp>
#include <boost/random/taus88.hpp>
#include "base/util.h"
Go to the source code of this file.
Classes | |
struct | BFD::SessionIndex |
struct | BFD::SessionKey |
struct | BFD::SessionConfig |
Namespaces | |
BFD | |
Typedefs | |
typedef uint32_t | BFD::Discriminator |
typedef boost::posix_time::time_duration | BFD::TimeInterval |
typedef uint32_t | BFD::ClientId |
typedef boost::function< void(const SessionKey &key, const BFD::BFDState &state)> | BFD::ChangeCb |
Functions | |
std::ostream & | BFD::operator<< (std::ostream &, enum BFDState) |
boost::optional< BFDState > | BFD::BFDStateFromString (const std::string &str) |