|
IBR-DTNSuite
0.8
|
#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 |
Defines | |
| #define | SEGMENT_FIRST 0x20 |
| #define | SEGMENT_LAST 0x10 |
| #define | SEGMENT_MIDDLE 0x00 |
| #define | SEQ_NUM_MASK 0x07 |
| #define SEGMENT_FIRST 0x20 |
Definition at line 35 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow(), and ibrcommon::lowpanstream::queue().
| #define SEGMENT_LAST 0x10 |
Definition at line 36 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow(), ibrcommon::lowpanstream::queue(), and ibrcommon::lowpanstream::sync().
| #define SEGMENT_MIDDLE 0x00 |
Definition at line 38 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::overflow().
| #define SEQ_NUM_MASK 0x07 |
Definition at line 40 of file lowpanstream.cpp.
Referenced by ibrcommon::lowpanstream::queue().