Tree of IP addresses. More...
#include <dnstree.h>
| Data Fields | |
| rbnode_type | node | 
| rbtree node, key is this struct : proto and subnet | |
| struct addr_tree_node * | parent | 
| parent in tree | |
| struct sockaddr_storage | addr | 
| address | |
| socklen_t | addrlen | 
| length of addr | |
| int | net | 
| netblock size | |
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.