|
IBR-DTNSuite
0.10
|
#include "ibrcommon/config.h"#include "ibrcommon/net/lowpanstream.h"#include "ibrcommon/Logger.h"#include "ibrcommon/thread/MutexLock.h"#include <signal.h>#include <string.h>#include <math.h>
Go to the source code of this file.
Namespaces | |
| namespace | ibrcommon |
Macros | |
| #define | SEGMENT_FIRST 0x20 |
| #define | SEGMENT_LAST 0x10 |
| #define | SEGMENT_MIDDLE 0x00 |
| #define | SEQ_NUM_MASK 0x07 |
| #define SEGMENT_FIRST 0x20 |
Definition at line 56 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow(), and ibrcommon::lowpanstream::queue().
| #define SEGMENT_LAST 0x10 |
Definition at line 57 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow(), ibrcommon::lowpanstream::queue(), and ibrcommon::lowpanstream::sync().
| #define SEGMENT_MIDDLE 0x00 |
Definition at line 59 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow().
| #define SEQ_NUM_MASK 0x07 |
Definition at line 61 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::queue().