Mixe for Privacy and Anonymity in the Internet
|
#include "CASocket.hpp"
#include "CAMuxSocket.hpp"
#include "CAQueue.hpp"
#include "CASymChannelCipher.hpp"
#include "CAMutex.hpp"
#include "CAMsg.hpp"
#include "CAThread.hpp"
Go to the source code of this file.
Classes | |
struct | t_lastmixchannellist |
class | CALastMixChannelList |
Macros | |
#define | HASHTABLE_SIZE 0x00010000 |
#define | HASH_MASK 0x0000FFFF |
Typedefs | |
typedef struct t_lastmixchannellist | lmChannelList |
typedef struct t_lastmixchannellist | lmChannelListEntry |
typedef lmChannelListEntry * | LP_lmChannelListEntry |
#define HASH_MASK 0x0000FFFF |
Definition at line 43 of file CALastMixChannelList.hpp.
#define HASHTABLE_SIZE 0x00010000 |
Definition at line 42 of file CALastMixChannelList.hpp.
typedef struct t_lastmixchannellist lmChannelList |
Definition at line 1 of file CALastMixChannelList.hpp.
typedef struct t_lastmixchannellist lmChannelListEntry |
Definition at line 1 of file CALastMixChannelList.hpp.
typedef lmChannelListEntry* LP_lmChannelListEntry |
Definition at line 101 of file CALastMixChannelList.hpp.