| Mixe for Privacy and Anonymity in the Internet
    | 
#include <CATempIPBlockList.hpp>
| Public Attributes | |
| struct _tempipblocklist_t * | next | 
| Next element, NULL if element is the last one.  More... | |
| UINT64 | validTimeMillis | 
| Entry is valid until getCurrentTimeMillis() > validTimeMillis.  More... | |
| UINT8 | ip [2] | 
| First two Bytes of the IP-Address.  More... | |
Definition at line 37 of file CATempIPBlockList.hpp.
| UINT8 _tempipblocklist_t::ip[2] | 
First two Bytes of the IP-Address.
Definition at line 45 of file CATempIPBlockList.hpp.
Referenced by CATempIPBlockList::checkIP(), and CATempIPBlockList::insertIP().
| struct _tempipblocklist_t* _tempipblocklist_t::next | 
Next element, NULL if element is the last one.
Definition at line 40 of file CATempIPBlockList.hpp.
Referenced by CATempIPBlockList::checkIP(), CATempIPBlockList::cleanupThreadMainLoop(), CATempIPBlockList::insertIP(), and CATempIPBlockList::~CATempIPBlockList().
| UINT64 _tempipblocklist_t::validTimeMillis | 
Entry is valid until getCurrentTimeMillis() > validTimeMillis.
Definition at line 43 of file CATempIPBlockList.hpp.
Referenced by CATempIPBlockList::checkIP(), CATempIPBlockList::cleanupThreadMainLoop(), and CATempIPBlockList::insertIP().