|
Mixe for Privacy and Anonymity in the Internet
|
#include <CAAccountingInstance.hpp>
Public Attributes | |
| UINT64 | accountNumber |
| UINT64 | confirmedBytes |
| UINT64 | userID |
| UINT32 | authFlags |
| UINT32 | authRemoveFlags |
| UINT32 | count |
| CAMutex * | ownerLock |
| struct t_fmhashtableentry * | ownerRef |
| bool | loginOngoing |
Definition at line 73 of file CAAccountingInstance.hpp.
| UINT64 AccountLoginHashEntry::accountNumber |
Definition at line 75 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::handleChallengeResponse_internal().
| UINT32 AccountLoginHashEntry::authFlags |
Definition at line 78 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::__commitSettlementToLoginTable(), CAAccountingInstance::cleanupTableEntry(), CAAccountingInstance::finishLoginProcess(), CAAccountingInstance::handleChallengeResponse_internal(), CAAccountingInstance::handleJapPacket_internal(), and CAAccountingInstance::settlementTransaction().
| UINT32 AccountLoginHashEntry::authRemoveFlags |
Definition at line 79 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::__commitSettlementToLoginTable(), CAAccountingInstance::finishLoginProcess(), CAAccountingInstance::handleChallengeResponse_internal(), CAAccountingInstance::handleJapPacket_internal(), and CAAccountingInstance::settlementTransaction().
| UINT64 AccountLoginHashEntry::confirmedBytes |
Definition at line 76 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::__commitSettlementToLoginTable(), CAAccountingInstance::cleanupTableEntry(), CAAccountingInstance::finishLoginProcess(), CAAccountingInstance::handleChallengeResponse_internal(), CAAccountingInstance::handleJapPacket_internal(), and CAAccountingInstance::settlementTransaction().
| UINT32 AccountLoginHashEntry::count |
Definition at line 80 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::handleChallengeResponse_internal().
| bool AccountLoginHashEntry::loginOngoing |
Definition at line 83 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::handleChallengeResponse_internal(), isLoginOngoing(), resetLoginOngoing(), and testAndSetLoginOwner().
| CAMutex* AccountLoginHashEntry::ownerLock |
Definition at line 81 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::cleanupTableEntry(), CAAccountingInstance::handleChallengeResponse_internal(), isLoginOngoing(), resetLoginOngoing(), testAndSetLoginOwner(), and testLoginEntryOwner().
| struct t_fmhashtableentry* AccountLoginHashEntry::ownerRef |
Definition at line 82 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::cleanupTableEntry(), CAAccountingInstance::handleChallengeResponse_internal(), testAndSetLoginOwner(), and testLoginEntryOwner_internal().
| UINT64 AccountLoginHashEntry::userID |
Definition at line 77 of file CAAccountingInstance.hpp.
Referenced by CAAccountingInstance::handleChallengeResponse_internal().