NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
k
l
n
o
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
f
i
k
l
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
c
d
e
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
f
g
i
k
l
n
p
r
s
t
u
Typedefs
+
Macros
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ndnlp-tlv.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25
#ifndef NFD_DAEMON_FACE_NDNLP_TLV_HPP
26
#define NFD_DAEMON_FACE_NDNLP_TLV_HPP
27
28
namespace
nfd
{
29
namespace
tlv {
30
31
enum
32
{
33
NdnlpData
= 80,
34
NdnlpSequence
= 81,
35
NdnlpFragIndex
= 82,
36
NdnlpFragCount
= 83,
37
NdnlpPayload
= 84
38
};
39
40
}
// namespace tlv
41
}
// namespace nfd
42
43
#endif // NFD_DAEMON_FACE_NDNLP_TLV_HPP
nfd::tlv::NdnlpData
Definition:
ndnlp-tlv.hpp:33
nfd::tlv::NdnlpPayload
Definition:
ndnlp-tlv.hpp:37
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::tlv::NdnlpSequence
Definition:
ndnlp-tlv.hpp:34
nfd::tlv::NdnlpFragIndex
Definition:
ndnlp-tlv.hpp:35
nfd::tlv::NdnlpFragCount
Definition:
ndnlp-tlv.hpp:36
ndnSIM
NFD
daemon
face
ndnlp-tlv.hpp
Generated on Fri Feb 23 2018 12:30:55 for ndnSIM by
1.8.14