|
DESERT 3.6.1
|
#include <mmac.h>#include <module.h>#include <packet.h>

Go to the source code of this file.
Classes | |
| struct | hdr_uwmultiphy_data |
| struct | hdr_uwmultiphy_pong |
| struct | hdr_uwmultiphy_ping |
Macros | |
| #define | HDR_UWMULTIPHY_PING(p) (hdr_UWMULTIPHY_PING::access(p)) |
| #define | HDR_UWMULTIPHY_PONG(p) (hdr_UWMULTIPHY_PONG::access(p)) |
| #define | HDR_UWMULTIPHY_DATA(p) (hdr_uwmultiphy_data::access(p)) |
Typedefs | |
| typedef struct hdr_uwmultiphy_data | hdr_uwmultiphy_data |
| typedef struct hdr_uwmultiphy_pong | hdr_uwmultiphy_pong |
| typedef struct hdr_uwmultiphy_ping | hdr_uwmultiphy_ping |
Variables | |
| packet_t | PT_UWMULTIPHY_DATA |
| packet_t | PT_UWMULTIPHY_PING |
| packet_t | PT_UWMULTIPHY_PONG |
| #define HDR_UWMULTIPHY_DATA | ( | p | ) | (hdr_uwmultiphy_data::access(p)) |
alias defined to access the DATA HEADER
Definition at line 55 of file uwmulti-cmn-hdr.h.
| #define HDR_UWMULTIPHY_PING | ( | p | ) | (hdr_UWMULTIPHY_PING::access(p)) |
alias defined to access the UWMULTIPHY_PING HEADER
Definition at line 49 of file uwmulti-cmn-hdr.h.
| #define HDR_UWMULTIPHY_PONG | ( | p | ) | (hdr_UWMULTIPHY_PONG::access(p)) |
alias defined to access the UWMULTIPHY_PONG HEADER
Definition at line 52 of file uwmulti-cmn-hdr.h.
| typedef struct hdr_uwmultiphy_data hdr_uwmultiphy_data |
Header of the DATA message.
| typedef struct hdr_uwmultiphy_ping hdr_uwmultiphy_ping |
| typedef struct hdr_uwmultiphy_pong hdr_uwmultiphy_pong |
Header of the uwmultiphy_pong message.
|
extern |
Definition at line 52 of file DESERT_Addons/uwmulti_traffic_control/initlib.cc.
|
extern |
Definition at line 53 of file DESERT_Addons/uwmulti_traffic_control/initlib.cc.
|
extern |
Definition at line 54 of file DESERT_Addons/uwmulti_traffic_control/initlib.cc.