DESERT 3.5.1
|
#include <module.h>
#include <iostream>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | hdr_uwip |
class | UWIPModule |
Macros | |
#define | NOT_FOR_ME_REASON "NFM" |
#define | DESTINATION_ADDR_UNSET "DAU" |
#define | ORIGINATED_BY_ME "OBM" |
#define | INVALID_DESTINATION_ADDR "IDA" |
#define | HDR_UWIP(P) (hdr_uwip::access(P)) |
Typedefs | |
typedef struct hdr_uwip | hdr_uwip |
Variables | |
static const uint8_t | UWIP_BROADCAST |
packet_t | PT_UWIP |
Provides the UWIP packets header description. Definition of the class that define the network layer.
Definition in file uwip-module.h.
#define DESTINATION_ADDR_UNSET "DAU" |
Reason for a drop in a UWIP module.
Definition at line 52 of file uwip-module.h.
#define HDR_UWIP | ( | P | ) | (hdr_uwip::access(P)) |
Definition at line 58 of file uwip-module.h.
#define INVALID_DESTINATION_ADDR "IDA" |
Reason for a drop in a UWIP module.
Definition at line 56 of file uwip-module.h.
#define NOT_FOR_ME_REASON "NFM" |
Reason for a drop in a UWIP module.
Definition at line 50 of file uwip-module.h.
#define ORIGINATED_BY_ME "OBM" |
Reason for a drop in a UWIP module.
Definition at line 54 of file uwip-module.h.
|
extern |
Definition at line 47 of file DESERT_Framework/DESERT/network/uwip/initlib.cpp.
|
static |
Variable used to represent a broadcast UWIP.
Definition at line 62 of file uwip-module.h.