#include <sys/types.h>
#include <netinet/in.h>
#include <algorithm>
#include <oasys/debug/DebugUtils.h>
#include <oasys/util/StringUtils.h>
#include "Bundle.h"
#include "BundleProtocol.h"
#include "BundleTimestamp.h"
#include "SDNV.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
struct | dtn::DictionaryEntry |
class | dtn::DictionaryVector |
Defines | |
#define | EXTRACT_DICTIONARY_EID(_what) |
#define | CASE(_what) case _what: *type = _what; return true; |
#define CASE | ( | _what | ) | case _what: *type = _what; return true; |
#define EXTRACT_DICTIONARY_EID | ( | _what | ) |
Referenced by dtn::BundleProtocol::parse_header_blocks().