|
DESERT 3.6.1
|
#include <module.h>#include <iostream>#include <string>

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 51 of file uwip-module.h.
| #define HDR_UWIP | ( | P | ) | (hdr_uwip::access(P)) |
Definition at line 57 of file uwip-module.h.
| #define INVALID_DESTINATION_ADDR "IDA" |
Reason for a drop in a UWIP module.
Definition at line 55 of file uwip-module.h.
| #define NOT_FOR_ME_REASON "NFM" |
Reason for a drop in a UWIP module.
Definition at line 49 of file uwip-module.h.
| #define ORIGINATED_BY_ME "OBM" |
Reason for a drop in a UWIP module.
Definition at line 53 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 59 of file uwip-module.h.