IBR-DTNSuite
0.8
|
#include "net/LOWPANDatagramService.h"
#include <ibrdtn/utils/Utils.h>
#include <ibrcommon/net/lowpanstream.h>
#include <ibrcommon/net/UnicastSocketLowpan.h>
#include <ibrcommon/Logger.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | dtn |
namespace | dtn::net |
Defines | |
#define | EXTENDED_MASK 0x40 |
#define | SEQ_NUM_MASK 0x07 |
#define EXTENDED_MASK 0x40 |
Definition at line 18 of file LOWPANDatagramService.cpp.
Referenced by dtn::net::LOWPANDatagramService::recvfrom(), and dtn::net::LOWPANDatagramService::send().
#define SEQ_NUM_MASK 0x07 |
Definition at line 19 of file LOWPANDatagramService.cpp.