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

This structure is used for building the IP-List. More...

#include <CAIPList.hpp>

Collaboration diagram for _iplist_t:

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

Detailed Description

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

Definition at line 39 of file CAIPList.hpp.

Member Data Documentation

◆ count

volatile UINT8 _iplist_t::count

First two Bytes of the IP-Address.

Definition at line 43 of file CAIPList.hpp.

Referenced by CAIPList::insertIP(), and CAIPList::removeIP().

◆ ip

UINT8 _iplist_t::ip[2]

Next element, NULL if element is the last one.

Definition at line 42 of file CAIPList.hpp.

Referenced by CAIPList::insertIP(), and CAIPList::removeIP().

◆ next

VOLATILE_PIPLIST _iplist_t::next

Definition at line 41 of file CAIPList.hpp.

Referenced by CAIPList::insertIP(), CAIPList::removeIP(), and CAIPList::~CAIPList().


The documentation for this struct was generated from the following file: