|
Mixes for Privacy and Anonymity in the Internet
|
Public Attributes | |
| struct _tempipblocklist_t * | next |
| Next element, NULL if element is the last one. | |
| UINT64 | validTimeMillis |
| Entry is valid until getCurrentTimeMillis() > validTimeMillis. | |
| UINT8 | ip [2] |
| First two Bytes of the IP-Address. | |
First two Bytes of the IP-Address.
Referenced by CATempIPBlockList::checkIP(), and CATempIPBlockList::insertIP().
Next element, NULL if element is the last one.
Referenced by CATempIPBlockList::checkIP(), CATempIPBlockList::cleanupThreadMainLoop(), CATempIPBlockList::insertIP(), and CATempIPBlockList::~CATempIPBlockList().
Entry is valid until getCurrentTimeMillis() > validTimeMillis.
Referenced by CATempIPBlockList::checkIP(), CATempIPBlockList::cleanupThreadMainLoop(), and CATempIPBlockList::insertIP().
1.7.6.1