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
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
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
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
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
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
g
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
f
i
k
l
n
o
p
s
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
tlv.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_CXX_LP_TLV_HPP
23
#define NDN_CXX_LP_TLV_HPP
24
25
namespace
ndn
{
26
namespace
lp
{
27
namespace
tlv {
28
32
enum
{
33
LpPacket
= 100,
34
Fragment
= 80,
35
Sequence
= 81,
36
FragIndex
= 82,
37
FragCount
= 83,
38
Nack
= 800,
39
NackReason
= 801,
40
NextHopFaceId
= 816,
41
CachePolicy
= 820,
42
CachePolicyType
= 821,
43
IncomingFaceId
= 817
44
};
45
46
enum
{
50
HEADER1_MIN
= 81,
51
55
HEADER1_MAX
= 99,
56
60
HEADER3_MIN
= 800,
61
65
HEADER3_MAX
= 959
66
};
67
68
}
// namespace tlv
69
}
// namespace lp
70
}
// namespace ndn
71
72
#endif // NDN_CXX_LP_TLV_HPP
ndn::lp::tlv::HEADER1_MIN
lower bound of 1-octet header field
Definition:
tlv.hpp:50
ndn::lp::CachePolicy
represents a CachePolicy header field
Definition:
cache-policy.hpp:51
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::lp::tlv::NextHopFaceId
Definition:
tlv.hpp:40
ndn::lp::tlv::HEADER3_MIN
lower bound of 3-octet header field
Definition:
tlv.hpp:60
ndn::lp::tlv::IncomingFaceId
Definition:
tlv.hpp:43
ndn::lp::tlv::LpPacket
Definition:
tlv.hpp:33
ndn::lp::NackReason
NackReason
indicates the reason type of a network NACK
Definition:
nack-header.hpp:39
ndn::lp::tlv::Fragment
Definition:
tlv.hpp:34
ndn::lp::Sequence
uint64_t Sequence
represents a sequence number
Definition:
sequence.hpp:35
ndn::lp::Nack
represents a Network Nack
Definition:
nack.hpp:40
ndn::lp::tlv::FragCount
Definition:
tlv.hpp:37
ndn::lp::CachePolicyType
CachePolicyType
indicates the cache policy applied to a Data packet
Definition:
cache-policy.hpp:40
ndn::lp::tlv::HEADER1_MAX
upper bound of 1-octet header field
Definition:
tlv.hpp:55
ndn::lp::tlv::FragIndex
Definition:
tlv.hpp:36
ndn::lp
Definition:
cache-policy.cpp:27
ndn::lp::tlv::HEADER3_MAX
upper bound of 3-octet header field
Definition:
tlv.hpp:65
ndnSIM
ndn-cxx
src
lp
tlv.hpp
Generated on Sat Nov 12 2016 16:02:52 for ndnSIM by
1.8.12