#include <oasys/debug/Log.h>
#include <oasys/thread/Timer.h>
#include <string>
#include "naming/EndpointID.h"
#include "conv_layers/ConvergenceLayer.h"
Go to the source code of this file.
Classes | |
class | dtn::Announce |
Announce represents a ConvergenceLayer (Interface). More... | |
Namespaces | |
namespace | dtn |
Namespace for the dtn daemon source code. | |
Defines | |
#define | FOUR_BYTE_ALIGN(x) (((x) % 4) != 0) ? ((x) + (4 - ((x) % 4))) : (x) |
#define FOUR_BYTE_ALIGN | ( | x | ) | (((x) % 4) != 0) ? ((x) + (4 - ((x) % 4))) : (x) |
Definition at line 27 of file Announce.h.
Referenced by dtn::IPAnnounce::format_advertisement(), prophet::Dictionary::guess_ribd_size(), prophet::RIBDTLV::read_ras_entry(), prophet::HelloTLV::serialize(), and prophet::RIBDTLV::write_ras_entry().