Mixes for Privacy and Anonymity in the Internet
Public Attributes | List of all members
_tempipblocklist_t Struct Reference

Public Attributes

struct _tempipblocklist_tnext
 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...
 

Member Data Documentation

◆ ip

UINT8 _tempipblocklist_t::ip[2]

First two Bytes of the IP-Address.

Referenced by CATempIPBlockList::checkIP(), and CATempIPBlockList::insertIP().

◆ next

struct _tempipblocklist_t* _tempipblocklist_t::next

◆ validTimeMillis

UINT64 _tempipblocklist_t::validTimeMillis

Entry is valid until getCurrentTimeMillis() > validTimeMillis.

Referenced by CATempIPBlockList::checkIP(), CATempIPBlockList::cleanupThreadMainLoop(), and CATempIPBlockList::insertIP().