|
Mixe for Privacy and Anonymity in the Internet
|
#include "CASocket.hpp"#include "CAMuxSocket.hpp"#include "CAQueue.hpp"#include "CASymCipher.hpp"#include "CAMutex.hpp"#include "CAMsg.hpp"#include "CAThread.hpp"Go to the source code of this file.
Classes | |
| struct | t_lastmixchannellist |
| class | CALastMixChannelList |
Defines | |
| #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 40 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), CALastMixChannelList::get(), and CALastMixChannelList::removeChannel().
| #define HASHTABLE_SIZE 0x00010000 |
Definition at line 39 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::CALastMixChannelList(), and CALastMixChannelList::~CALastMixChannelList().
| typedef struct t_lastmixchannellist lmChannelList |
Definition at line 85 of file CALastMixChannelList.hpp.
| typedef struct t_lastmixchannellist lmChannelListEntry |
Definition at line 86 of file CALastMixChannelList.hpp.
| typedef lmChannelListEntry* LP_lmChannelListEntry |
Definition at line 87 of file CALastMixChannelList.hpp.
1.7.6.1