tlv-nfd.hpp File Reference
+ Include dependency graph for tlv-nfd.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::tlv
 Contains constants and low-level functions related to the NDN packet format.
 
 ndn::tlv::nfd
 

Enumerations

enum  {
  ndn::tlv::nfd::ControlParameters = 104 ,
  ndn::tlv::nfd::FaceId = 105 ,
  ndn::tlv::nfd::Uri = 114 ,
  ndn::tlv::nfd::Origin = 111 ,
  ndn::tlv::nfd::Cost = 106 ,
  ndn::tlv::nfd::Capacity = 131 ,
  ndn::tlv::nfd::Count = 132 ,
  ndn::tlv::nfd::Flags = 108 ,
  ndn::tlv::nfd::Mask = 112 ,
  ndn::tlv::nfd::Strategy = 107 ,
  ndn::tlv::nfd::ExpirationPeriod = 109 ,
  ndn::tlv::nfd::ControlResponse = 101 ,
  ndn::tlv::nfd::StatusCode = 102 ,
  ndn::tlv::nfd::StatusText = 103 ,
  ndn::tlv::nfd::NfdVersion = 128 ,
  ndn::tlv::nfd::StartTimestamp = 129 ,
  ndn::tlv::nfd::CurrentTimestamp = 130 ,
  ndn::tlv::nfd::NNameTreeEntries = 131 ,
  ndn::tlv::nfd::NFibEntries = 132 ,
  ndn::tlv::nfd::NPitEntries = 133 ,
  ndn::tlv::nfd::NMeasurementsEntries = 134 ,
  ndn::tlv::nfd::NCsEntries = 135 ,
  ndn::tlv::nfd::FaceStatus = 128 ,
  ndn::tlv::nfd::LocalUri = 129 ,
  ndn::tlv::nfd::ChannelStatus = 130 ,
  ndn::tlv::nfd::UriScheme = 131 ,
  ndn::tlv::nfd::FaceScope = 132 ,
  ndn::tlv::nfd::FacePersistency = 133 ,
  ndn::tlv::nfd::LinkType = 134 ,
  ndn::tlv::nfd::BaseCongestionMarkingInterval = 135 ,
  ndn::tlv::nfd::DefaultCongestionThreshold = 136 ,
  ndn::tlv::nfd::Mtu = 137 ,
  ndn::tlv::nfd::FaceQueryFilter = 150 ,
  ndn::tlv::nfd::FaceEventNotification = 192 ,
  ndn::tlv::nfd::FaceEventKind = 193 ,
  ndn::tlv::nfd::NInInterests = 144 ,
  ndn::tlv::nfd::NInData = 145 ,
  ndn::tlv::nfd::NInNacks = 151 ,
  ndn::tlv::nfd::NOutInterests = 146 ,
  ndn::tlv::nfd::NOutData = 147 ,
  ndn::tlv::nfd::NOutNacks = 152 ,
  ndn::tlv::nfd::NInBytes = 148 ,
  ndn::tlv::nfd::NOutBytes = 149 ,
  ndn::tlv::nfd::NSatisfiedInterests = 153 ,
  ndn::tlv::nfd::NUnsatisfiedInterests = 154 ,
  ndn::tlv::nfd::CsInfo = 128 ,
  ndn::tlv::nfd::NHits = 129 ,
  ndn::tlv::nfd::NMisses = 130 ,
  ndn::tlv::nfd::FibEntry = 128 ,
  ndn::tlv::nfd::NextHopRecord = 129 ,
  ndn::tlv::nfd::StrategyChoice = 128 ,
  ndn::tlv::nfd::RibEntry = 128 ,
  ndn::tlv::nfd::Route = 129
}