NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tlv-nfd.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
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
LocalControlFeature
= 110,
39
Origin
= 111,
40
Cost
= 106,
41
Flags
= 108,
42
Strategy
= 107,
43
ExpirationPeriod
= 109,
44
45
// ControlResponse
46
ControlResponse
= 101,
47
StatusCode
= 102,
48
StatusText
= 103,
49
50
// ForwarderStatus
51
NfdVersion
= 128,
52
StartTimestamp
= 129,
53
CurrentTimestamp
= 130,
54
NNameTreeEntries
= 131,
55
NFibEntries
= 132,
56
NPitEntries
= 133,
57
NMeasurementsEntries
= 134,
58
NCsEntries
= 135,
59
60
// Face Management
61
FaceStatus
= 128,
62
LocalUri
= 129,
63
ChannelStatus
= 130,
64
UriScheme
= 131,
65
FaceScope
= 132,
66
FacePersistency
= 133,
67
LinkType
= 134,
68
FaceQueryFilter
= 150,
69
FaceEventNotification
= 192,
70
FaceEventKind
= 193,
71
72
// ForwarderStatus and FaceStatus counters
73
NInInterests
= 144,
74
NInDatas
= 145,
75
NOutInterests
= 146,
76
NOutDatas
= 147,
77
NInBytes
= 148,
78
NOutBytes
= 149,
79
80
// FIB Management
81
FibEntry
= 128,
82
NextHopRecord
= 129,
83
84
// Strategy Choice Management
85
StrategyChoice
= 128,
86
87
// RIB Management
88
RibEntry
= 128,
89
Route
= 129
90
91
};
92
93
enum
{
94
// Local Control Header
95
LocalControlHeader
= 80,
96
IncomingFaceId
= 81,
97
NextHopFaceId
= 82,
98
CachingPolicy
= 83,
99
NoCache
= 96
100
};
101
102
}
// namespace nfd
103
}
// namespace tlv
104
}
// namespace ndn
105
106
#endif // NDN_ENCODING_TLV_NFD_HPP
tlv.hpp
ndn::tlv::nfd::LocalControlFeature
Definition:
tlv-nfd.hpp:38
ndn::tlv::nfd::FaceEventNotification
Definition:
tlv-nfd.hpp:69
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::tlv::nfd::StatusCode
Definition:
tlv-nfd.hpp:47
ndn::tlv::nfd::NOutDatas
Definition:
tlv-nfd.hpp:76
ndn::tlv::nfd::CachingPolicy
Definition:
tlv-nfd.hpp:98
ndn::tlv::nfd::ChannelStatus
Definition:
tlv-nfd.hpp:63
ndn::tlv::nfd::NOutBytes
Definition:
tlv-nfd.hpp:78
ndn::tlv::nfd::FaceQueryFilter
Definition:
tlv-nfd.hpp:68
ndn::tlv::nfd::NPitEntries
Definition:
tlv-nfd.hpp:56
ndn::tlv::nfd::Cost
Definition:
tlv-nfd.hpp:40
ndn::tlv::nfd::NNameTreeEntries
Definition:
tlv-nfd.hpp:54
ndn::tlv::nfd::UriScheme
Definition:
tlv-nfd.hpp:64
ndn::tlv::nfd::StartTimestamp
Definition:
tlv-nfd.hpp:52
ndn::tlv::nfd::NMeasurementsEntries
Definition:
tlv-nfd.hpp:57
ndn::tlv::nfd::ControlResponse
Definition:
tlv-nfd.hpp:46
ndn::tlv::nfd::ControlParameters
Definition:
tlv-nfd.hpp:35
ndn::tlv::nfd::ExpirationPeriod
Definition:
tlv-nfd.hpp:43
ndn::tlv::nfd::NextHopFaceId
Definition:
tlv-nfd.hpp:97
ndn::tlv::nfd::FaceEventKind
Definition:
tlv-nfd.hpp:70
ndn::tlv::nfd::NInBytes
Definition:
tlv-nfd.hpp:77
nfd-constants.hpp
ndn::tlv::nfd::NInDatas
Definition:
tlv-nfd.hpp:74
ndn::tlv::nfd::FaceScope
Definition:
tlv-nfd.hpp:65
ndn::tlv::nfd::NCsEntries
Definition:
tlv-nfd.hpp:58
ndn::tlv::nfd::CurrentTimestamp
Definition:
tlv-nfd.hpp:53
ndn::tlv::nfd::LocalUri
Definition:
tlv-nfd.hpp:62
ndn::tlv::nfd::FacePersistency
Definition:
tlv-nfd.hpp:66
ndn::tlv::nfd::StatusText
Definition:
tlv-nfd.hpp:48
ndn::tlv::nfd::FaceStatus
Definition:
tlv-nfd.hpp:61
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:38
ndn::tlv::nfd::NInInterests
Definition:
tlv-nfd.hpp:73
ndn::tlv::nfd::RibEntry
Definition:
tlv-nfd.hpp:88
ndn::tlv::nfd::NextHopRecord
Definition:
tlv-nfd.hpp:82
ndn::tlv::nfd::FibEntry
Definition:
tlv-nfd.hpp:81
ndn::tlv::nfd::LocalControlHeader
Definition:
tlv-nfd.hpp:95
FaceId
identifies a face
ndn::tlv::nfd::NOutInterests
Definition:
tlv-nfd.hpp:75
ndn::tlv::nfd::NFibEntries
Definition:
tlv-nfd.hpp:55
ndn::tlv::nfd::Strategy
Definition:
tlv-nfd.hpp:42
ndn::tlv::nfd::Route
Definition:
tlv-nfd.hpp:89
ndn::tlv::nfd::Uri
Definition:
tlv-nfd.hpp:37
ndn::tlv::nfd::Origin
Definition:
tlv-nfd.hpp:39
ndn::tlv::nfd::IncomingFaceId
Definition:
tlv-nfd.hpp:96
ndn::tlv::nfd::NfdVersion
Definition:
tlv-nfd.hpp:51
ndn::tlv::nfd::Flags
Definition:
tlv-nfd.hpp:41
ndn::tlv::nfd::NoCache
Definition:
tlv-nfd.hpp:99
ndn::tlv::nfd::LinkType
Definition:
tlv-nfd.hpp:67
ndn::tlv::nfd::StrategyChoice
Definition:
tlv-nfd.hpp:85
ndnSIM
ndn-cxx
src
encoding
tlv-nfd.hpp
Generated on Tue Feb 23 2016 22:18:43 for ndnSIM by
1.8.11