|
Mixes for Privacy and Anonymity in the Internet
|
This structure is used for building the IP-List. More...
Public Attributes | |
| VOLATILE_PIPLIST | next |
| UINT8 | ip [2] |
| Next element, NULL if element is the last one. More... | |
| volatile UINT8 | count |
| First two Bytes of the IP-Address. More... | |
This structure is used for building the IP-List.
It stores the first two bytes of an IP-Address, how often this IP-Address was inserted and a pointer to the next element of the list
| volatile UINT8 _iplist_t::count |
First two Bytes of the IP-Address.
Referenced by CAIPList::insertIP(), and CAIPList::removeIP().
| UINT8 _iplist_t::ip[2] |
Next element, NULL if element is the last one.
Referenced by CAIPList::insertIP(), and CAIPList::removeIP().
| VOLATILE_PIPLIST _iplist_t::next |
Referenced by CAIPList::insertIP(), CAIPList::removeIP(), and CAIPList::~CAIPList().