Iterator priv structure. More...
#include <iter_priv.h>
Data Fields | |
struct regional * | region |
regional for allocation | |
rbtree_type | a |
Tree of the address spans that are blocked. More... | |
rbtree_type | n |
Tree of the domains spans that are allowed to contain the blocked address spans. More... | |
Iterator priv structure.
rbtree_type iter_priv::a |
Tree of the address spans that are blocked.
contents of type addr_tree_node. No further data need, only presence or absence.
Referenced by priv_apply_cfg(), priv_create(), priv_lookup_addr(), priv_rrset_bad(), and read_addrs().
rbtree_type iter_priv::n |
Tree of the domains spans that are allowed to contain the blocked address spans.
contents of type name_tree_node. No further data need, only presence or absence.
Referenced by priv_apply_cfg(), priv_create(), priv_lookup_name(), and read_names().