face-manager.cpp File Reference
#include "face-manager.hpp"
#include "common/logger.hpp"
#include "face/generic-link-service.hpp"
#include "face/protocol-factory.hpp"
#include "fw/face-table.hpp"
#include <ndn-cxx/lp/tags.hpp>
#include <ndn-cxx/mgmt/nfd/channel-status.hpp>
#include <ndn-cxx/mgmt/nfd/face-event-notification.hpp>
#include <ndn-cxx/mgmt/nfd/face-query-filter.hpp>
#include <ndn-cxx/mgmt/nfd/face-status.hpp>
+ Include dependency graph for face-manager.cpp:

Go to the source code of this file.

Namespaces

 nfd
 

Functions

template<typename T >
static void nfd::copyFaceProperties (const Face &face, T &to)
 
template<typename T >
static void nfd::copyMtu (const Face &face, T &to)
 
static ControlParameters nfd::makeCreateFaceResponse (const Face &face)
 
static ndn::nfd::FaceStatus nfd::makeFaceStatus (const Face &face, const time::steady_clock::time_point &now)
 
static ControlParameters nfd::makeUpdateFaceResponse (const Face &face)
 
static bool nfd::matchFilter (const ndn::nfd::FaceQueryFilter &filter, const Face &face)
 
static void nfd::updateLinkServiceOptions (Face &face, const ControlParameters &parameters)