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
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:38
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 Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11