unbound  0.1
Data Fields
iter_priv Struct Reference

Iterator priv structure. More...

#include <iter_priv.h>

Data Fields

struct regionalregion
 regional for allocation
rbtree_t a
 Tree of the address spans that are blocked.
rbtree_t n
 Tree of the domains spans that are allowed to contain the blocked address spans.

Detailed Description

Iterator priv structure.

Field Documentation

rbtree_t 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_t 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().


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