Mixe for Privacy and Anonymity in the Internet
|
#include "CAFirstMix.hpp"
#include "CAXMLBI.hpp"
#include "CAThread.hpp"
#include "CAMutex.hpp"
#include "CACmdLnOptions.hpp"
Go to the source code of this file.
Classes | |
class | CAInfoService |
Macros | |
#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 56 of file CAInfoService.hpp.
#define LOCALE_DEFAULT LOCALE_EN |
Definition at line 58 of file CAInfoService.hpp.
#define LOCALE_EN "en" |
Definition at line 59 of file CAInfoService.hpp.
#define NR_REQUEST_COMMANDS 7 |
Definition at line 47 of file CAInfoService.hpp.
#define NR_REQUEST_TYPES 2 |
Definition at line 43 of file CAInfoService.hpp.
#define REQUEST_COMMAND_CASCADE 4 |
Definition at line 52 of file CAInfoService.hpp.
#define REQUEST_COMMAND_CONFIGURE 0 |
Definition at line 48 of file CAInfoService.hpp.
#define REQUEST_COMMAND_DYNACASCADE 3 |
Definition at line 51 of file CAInfoService.hpp.
#define REQUEST_COMMAND_HELO 1 |
Definition at line 49 of file CAInfoService.hpp.
#define REQUEST_COMMAND_MIXINFO 2 |
Definition at line 50 of file CAInfoService.hpp.
#define REQUEST_COMMAND_STATUS 5 |
Definition at line 53 of file CAInfoService.hpp.
#define REQUEST_COMMAND_TNC_DATA 6 |
Definition at line 54 of file CAInfoService.hpp.
#define REQUEST_TYPE_GET 1 |
Definition at line 45 of file CAInfoService.hpp.
#define REQUEST_TYPE_POST 0 |
Definition at line 44 of file CAInfoService.hpp.