|
Electroneum
|
#include <dnstree.h>

Public Attributes | |
| rbnode_type | node |
| struct addr_tree_node * | parent |
| struct sockaddr_storage | addr |
| socklen_t | addrlen |
| int | net |
Tree of IP addresses. Sorted first by protocol, then by bits. This can be looked up to obtain the enclosing subnet.
The tree itself is a rbtree_type. This is the element node put as first entry in the client structure.
| struct sockaddr_storage addr_tree_node::addr |
| rbnode_type addr_tree_node::node |
| struct addr_tree_node* addr_tree_node::parent |