Mixe for Privacy and Anonymity in the Internet
Classes | Macros | Typedefs
CALastMixChannelList.hpp File Reference
#include "CASocket.hpp"
#include "CAMuxSocket.hpp"
#include "CAQueue.hpp"
#include "CASymChannelCipher.hpp"
#include "CAMutex.hpp"
#include "CAMsg.hpp"
#include "CAThread.hpp"
Include dependency graph for CALastMixChannelList.hpp:
This graph shows which files directly or indirectly include this file:

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 lmChannelListEntryLP_lmChannelListEntry
 

Macro Definition Documentation

◆ HASH_MASK

#define HASH_MASK   0x0000FFFF

Definition at line 43 of file CALastMixChannelList.hpp.

◆ HASHTABLE_SIZE

#define HASHTABLE_SIZE   0x00010000

Definition at line 42 of file CALastMixChannelList.hpp.

Typedef Documentation

◆ lmChannelList

Definition at line 1 of file CALastMixChannelList.hpp.

◆ lmChannelListEntry

Definition at line 1 of file CALastMixChannelList.hpp.

◆ LP_lmChannelListEntry

Definition at line 101 of file CALastMixChannelList.hpp.