|
IBR-DTNSuite
0.12
|
#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| dtn | |
| dtn::data | |
Constant Groups | |
| dtn | |
| dtn::data | |
Macros | |
| #define | GUINT16_TO_BE(x) dtn::data::bswap16(x) |
| #define | GUINT32_TO_BE(x) dtn::data::bswap32(x) |
| #define | GUINT64_TO_BE(x) dtn::data::bswap64(x) |
Functions | |
| uint16_t | dtn::data::bswap16 (uint16_t x) |
| uint32_t | dtn::data::bswap32 (uint32_t x) |
| uint64_t | dtn::data::bswap64 (uint64_t x) |
| #define GUINT16_TO_BE | ( | x) | dtn::data::bswap16(x) |
Definition at line 65 of file Endianess.h.
| #define GUINT32_TO_BE | ( | x) | dtn::data::bswap32(x) |
Definition at line 72 of file Endianess.h.
Referenced by dtn::security::SecurityBlock::addSalt(), dtn::data::EID::getApplicationNumber(), dtn::security::SecurityBlock::getSalt(), and dtn::security::MutableSerializer::operator<<().
| #define GUINT64_TO_BE | ( | x) | dtn::data::bswap64(x) |
Definition at line 79 of file Endianess.h.
Referenced by dtn::security::MutableSerializer::operator<<(), and dtn::data::BundleID::raw().