|
IBR-DTNSuite
0.12
|
#include "net/LOWPANConvergenceLayer.h"#include "net/LOWPANConnection.h"#include "net/DiscoveryAgent.h"#include "core/EventDispatcher.h"#include "core/BundleCore.h"#include "core/TimeEvent.h"#include <ibrcommon/net/lowpanstream.h>#include <ibrcommon/net/lowpansocket.h>#include <ibrcommon/Logger.h>#include <ibrcommon/thread/MutexLock.h>#include <ibrcommon/TimeMeasurement.h>#include <sys/socket.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <iostream>#include <list>
Go to the source code of this file.
Namespaces | |
| dtn | |
| dtn::net | |
Constant Groups | |
| dtn | |
| dtn::net | |
Macros | |
| #define | EXTENDED_MASK 0x08 |
| #define | SEQ_NUM_MASK 0x07 |
| #define EXTENDED_MASK 0x08 |
Definition at line 43 of file LOWPANConvergenceLayer.cpp.
Referenced by dtn::net::LOWPANConvergenceLayer::componentRun().
| #define SEQ_NUM_MASK 0x07 |
Definition at line 44 of file LOWPANConvergenceLayer.cpp.