|
Mixe for Privacy and Anonymity in the Internet
|
#include "CAFirstMix.hpp"#include "CAThread.hpp"#include "CAMutex.hpp"#include "CACmdLnOptions.hpp"#include "CAXMLBI.hpp"Go to the source code of this file.
Classes | |
| class | CAInfoService |
Defines | |
| #define | NR_REQUEST_TYPES 2 |
| #define | REQUEST_TYPE_POST 0 |
| #define | REQUEST_TYPE_GET 1 |
| #define | NR_REQUEST_COMMANDS 7 |
| #define | REQUEST_COMMAND_CONFIGURE 0 |
| #define | REQUEST_COMMAND_HELO 1 |
| #define | REQUEST_COMMAND_MIXINFO 2 |
| #define | REQUEST_COMMAND_DYNACASCADE 3 |
| #define | REQUEST_COMMAND_CASCADE 4 |
| #define | REQUEST_COMMAND_STATUS 5 |
| #define | REQUEST_COMMAND_TNC_DATA 6 |
| #define | ATTRIBUTE_SERIAL "serial" |
| #define | LOCALE_DEFAULT LOCALE_EN |
| #define | LOCALE_EN "en" |
| #define ATTRIBUTE_SERIAL "serial" |
Definition at line 51 of file CAInfoService.hpp.
Referenced by CAInfoService::getCascadeHeloXMLAsString(), and CAInfoService::getMixHeloXMLAsString().
| #define LOCALE_DEFAULT LOCALE_EN |
Definition at line 53 of file CAInfoService.hpp.
Referenced by CAInfoService::getOperatorTnCsAsStrings().
| #define LOCALE_EN "en" |
Definition at line 54 of file CAInfoService.hpp.
| #define NR_REQUEST_COMMANDS 7 |
Definition at line 42 of file CAInfoService.hpp.
| #define NR_REQUEST_TYPES 2 |
Definition at line 38 of file CAInfoService.hpp.
| #define REQUEST_COMMAND_CASCADE 4 |
Definition at line 47 of file CAInfoService.hpp.
Referenced by CAInfoService::sendCascadeHelo().
| #define REQUEST_COMMAND_CONFIGURE 0 |
Definition at line 43 of file CAInfoService.hpp.
Referenced by CAInfoService::sendMixHelo().
| #define REQUEST_COMMAND_DYNACASCADE 3 |
Definition at line 46 of file CAInfoService.hpp.
| #define REQUEST_COMMAND_HELO 1 |
Definition at line 44 of file CAInfoService.hpp.
Referenced by CAInfoService::sendMixHelo().
| #define REQUEST_COMMAND_MIXINFO 2 |
Definition at line 45 of file CAInfoService.hpp.
Referenced by CAInfoService::sendMixHelo().
| #define REQUEST_COMMAND_STATUS 5 |
Definition at line 48 of file CAInfoService.hpp.
Referenced by CAInfoService::sendStatus().
| #define REQUEST_COMMAND_TNC_DATA 6 |
Definition at line 49 of file CAInfoService.hpp.
| #define REQUEST_TYPE_GET 1 |
Definition at line 40 of file CAInfoService.hpp.
Referenced by CAInfoService::sendMixHelo().
| #define REQUEST_TYPE_POST 0 |
Definition at line 39 of file CAInfoService.hpp.
Referenced by CAInfoService::sendMixHelo().
1.7.6.1