|
Mixe for Privacy and Anonymity in the Internet
|
#include <CALastMixChannelList.hpp>
Public Attributes | |
| HCHANNEL | channelIn |
| CASymChannelCipher * | pCipher |
| CASocket * | pSocket |
| CAQueue * | pQueueSend |
| SINT32 | sendmeCounterDownstream |
| SINT32 | sendmeCounterUpstream |
| struct t_lastmixchannellist * | prev |
| struct t_lastmixchannellist * | next |
Private Attributes | |
| struct { | |
| struct t_lastmixchannellist * prev | |
| struct t_lastmixchannellist * next | |
| } | list_Channels |
| struct { | |
| struct t_lastmixchannellist * prev | |
| struct t_lastmixchannellist * next | |
| } | list_Sockets |
Friends | |
| class | CALastMixChannelList |
Definition at line 45 of file CALastMixChannelList.hpp.
|
friend |
Definition at line 96 of file CALastMixChannelList.hpp.
| HCHANNEL t_lastmixchannellist::channelIn |
Definition at line 49 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), CALastMixChannelList::get(), CALastMixA::loop(), CALastMixChannelList::removeChannel(), and CALastMixChannelList::test().
| struct { ... } t_lastmixchannellist::list_Channels |
| struct { ... } t_lastmixchannellist::list_Sockets |
| struct t_lastmixchannellist* t_lastmixchannellist::next |
| CASymChannelCipher* t_lastmixchannellist::pCipher |
Definition at line 53 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), CALastMix::clean(), and CALastMixA::loop().
| CAQueue* t_lastmixchannellist::pQueueSend |
Definition at line 56 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), CALastMix::clean(), and CALastMixA::loop().
| struct t_lastmixchannellist* t_lastmixchannellist::prev |
Definition at line 86 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), and CALastMixChannelList::removeChannel().
| CASocket* t_lastmixchannellist::pSocket |
Definition at line 55 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), CALastMix::clean(), and CALastMixA::loop().
| SINT32 t_lastmixchannellist::sendmeCounterDownstream |
Definition at line 57 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), and CALastMixA::loop().
| SINT32 t_lastmixchannellist::sendmeCounterUpstream |
Definition at line 58 of file CALastMixChannelList.hpp.
Referenced by CALastMixChannelList::add(), and CALastMixA::loop().