NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
tlv-nfd.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2013-2018 Regents of the University of California.
4
*
5
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
6
*
7
* ndn-cxx library is free software: you can redistribute it and/or modify it under the
8
* terms of the GNU Lesser General Public License as published by the Free Software
9
* Foundation, either version 3 of the License, or (at your option) any later version.
10
*
11
* ndn-cxx library is distributed in the hope that it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
* PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
14
*
15
* You should have received copies of the GNU General Public License and GNU Lesser
16
* General Public License along with ndn-cxx, e.g., in COPYING.md file. If not, see
17
* <http://www.gnu.org/licenses/>.
18
*
19
* See AUTHORS.md for complete list of ndn-cxx authors and contributors.
20
*/
21
22
#ifndef NDN_ENCODING_TLV_NFD_HPP
23
#define NDN_ENCODING_TLV_NFD_HPP
24
25
#include "
tlv.hpp
"
26
#include "
nfd-constants.hpp
"
27
28
namespace
ndn
{
29
namespace
tlv {
30
namespace
nfd
{
31
32
// NFD Management protocol
33
enum
{
34
// ControlParameters
35
ControlParameters
= 104,
36
FaceId
= 105,
37
Uri
= 114,
38
Origin
= 111,
39
Cost
= 106,
40
Capacity
= 131,
41
Flags
= 108,
42
Mask
= 112,
43
Strategy
= 107,
44
ExpirationPeriod
= 109,
45
46
// ControlResponse
47
ControlResponse
= 101,
48
StatusCode
= 102,
49
StatusText
= 103,
50
51
// ForwarderStatus
52
NfdVersion
= 128,
53
StartTimestamp
= 129,
54
CurrentTimestamp
= 130,
55
NNameTreeEntries
= 131,
56
NFibEntries
= 132,
57
NPitEntries
= 133,
58
NMeasurementsEntries
= 134,
59
NCsEntries
= 135,
60
61
// Face Management
62
FaceStatus
= 128,
63
LocalUri
= 129,
64
ChannelStatus
= 130,
65
UriScheme
= 131,
66
FaceScope
= 132,
67
FacePersistency
= 133,
68
LinkType
= 134,
69
BaseCongestionMarkingInterval
= 135,
70
DefaultCongestionThreshold
= 136,
71
FaceQueryFilter
= 150,
72
FaceEventNotification
= 192,
73
FaceEventKind
= 193,
74
75
// ForwarderStatus and FaceStatus counters
76
NInInterests
= 144,
77
NInData
= 145,
78
NInNacks
= 151,
79
NOutInterests
= 146,
80
NOutData
= 147,
81
NOutNacks
= 152,
82
NInBytes
= 148,
83
NOutBytes
= 149,
84
85
// Content Store Management
86
CsInfo
= 128,
87
NHits
= 129,
88
NMisses
= 130,
89
90
// FIB Management
91
FibEntry
= 128,
92
NextHopRecord
= 129,
93
94
// Strategy Choice Management
95
StrategyChoice
= 128,
96
97
// RIB Management
98
RibEntry
= 128,
99
Route
= 129
100
};
101
102
}
// namespace nfd
103
}
// namespace tlv
104
}
// namespace ndn
105
106
#endif // NDN_ENCODING_TLV_NFD_HPP
tlv.hpp
ndn::tlv::nfd::CurrentTimestamp
Definition:
tlv-nfd.hpp:54
ndn::tlv::nfd::FaceEventKind
Definition:
tlv-nfd.hpp:73
ndn::tlv::nfd::ChannelStatus
Definition:
tlv-nfd.hpp:64
ndn::tlv::nfd::StrategyChoice
Definition:
tlv-nfd.hpp:95
ndn::tlv::nfd::Capacity
Definition:
tlv-nfd.hpp:40
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::tlv::nfd::ControlResponse
Definition:
tlv-nfd.hpp:47
ndn::tlv::nfd::NHits
Definition:
tlv-nfd.hpp:87
ndn::tlv::nfd::LocalUri
Definition:
tlv-nfd.hpp:63
ndn::tlv::nfd::Uri
Definition:
tlv-nfd.hpp:37
ndn::tlv::nfd::NOutBytes
Definition:
tlv-nfd.hpp:83
ndn::tlv::nfd::NInNacks
Definition:
tlv-nfd.hpp:78
ndn::tlv::nfd::FaceQueryFilter
Definition:
tlv-nfd.hpp:71
ndn::tlv::nfd::FaceEventNotification
Definition:
tlv-nfd.hpp:72
ndn::tlv::nfd::NMisses
Definition:
tlv-nfd.hpp:88
ndn::tlv::nfd::StatusCode
Definition:
tlv-nfd.hpp:48
ndn::tlv::nfd::Origin
Definition:
tlv-nfd.hpp:38
ndn::tlv::nfd::Mask
Definition:
tlv-nfd.hpp:42
ndn::tlv::nfd::NextHopRecord
Definition:
tlv-nfd.hpp:92
ndn::tlv::nfd::FaceScope
Definition:
tlv-nfd.hpp:66
ndn::tlv::nfd::NfdVersion
Definition:
tlv-nfd.hpp:52
ndn::tlv::nfd::FacePersistency
Definition:
tlv-nfd.hpp:67
nfd-constants.hpp
ndn::tlv::nfd::NInInterests
Definition:
tlv-nfd.hpp:76
ndn::tlv::nfd::Flags
Definition:
tlv-nfd.hpp:41
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
ndn::tlv::nfd::StartTimestamp
Definition:
tlv-nfd.hpp:53
ndn::tlv::nfd::NOutData
Definition:
tlv-nfd.hpp:80
ndn::tlv::nfd::NFibEntries
Definition:
tlv-nfd.hpp:56
ndn::tlv::nfd::NPitEntries
Definition:
tlv-nfd.hpp:57
ndn::tlv::nfd::LinkType
Definition:
tlv-nfd.hpp:68
ndn::tlv::nfd::StatusText
Definition:
tlv-nfd.hpp:49
ndn::tlv::nfd::NOutNacks
Definition:
tlv-nfd.hpp:81
ndn::tlv::nfd::NMeasurementsEntries
Definition:
tlv-nfd.hpp:58
ndn::tlv::nfd::Strategy
Definition:
tlv-nfd.hpp:43
ndn::tlv::nfd::NCsEntries
Definition:
tlv-nfd.hpp:59
ndn::tlv::nfd::DefaultCongestionThreshold
Definition:
tlv-nfd.hpp:70
ndn::tlv::nfd::NNameTreeEntries
Definition:
tlv-nfd.hpp:55
ndn::tlv::nfd::RibEntry
Definition:
tlv-nfd.hpp:98
ndn::tlv::nfd::NInBytes
Definition:
tlv-nfd.hpp:82
ndn::tlv::nfd::UriScheme
Definition:
tlv-nfd.hpp:65
ndn::tlv::nfd::ControlParameters
Definition:
tlv-nfd.hpp:35
ndn::tlv::nfd::ExpirationPeriod
Definition:
tlv-nfd.hpp:44
ndn::tlv::nfd::FaceStatus
Definition:
tlv-nfd.hpp:62
ndn::tlv::nfd::FibEntry
Definition:
tlv-nfd.hpp:91
ndn::tlv::nfd::NInData
Definition:
tlv-nfd.hpp:77
ndn::tlv::nfd::Cost
Definition:
tlv-nfd.hpp:39
ndn::tlv::nfd::BaseCongestionMarkingInterval
Definition:
tlv-nfd.hpp:69
ndn::tlv::nfd::CsInfo
Definition:
tlv-nfd.hpp:86
ndn::tlv::nfd::FaceId
Definition:
tlv-nfd.hpp:36
ndn::tlv::nfd::Route
Definition:
tlv-nfd.hpp:99
ndn::tlv::nfd::NOutInterests
Definition:
tlv-nfd.hpp:79
ndnSIM
ndn-cxx
src
encoding
tlv-nfd.hpp
Generated on Sun Feb 25 2018 13:27:04 for ndnSIM by
1.8.14