unbound
0.1
|
Iterator forward zones structure. More...
#include <iter_fwd.h>
Data Fields | |
rbtree_t * | tree |
Zones are stored in this tree. |
Iterator forward zones structure.
rbtree_t* iter_forwards::tree |
Zones are stored in this tree.
Sort order is specially chosen. first sorted on qclass. Then on dname in nsec-like order, so that a lookup on class, name will return an exact match or the closest match which gives the ancestor needed. contents of type iter_forward_zone.
Referenced by do_list_forwards(), forwards_add_zone(), forwards_apply_cfg(), forwards_delete_stub_hole(), forwards_delete_zone(), forwards_get_mem(), forwards_insert_data(), forwards_lookup(), forwards_next_root(), fwd_add_stub_hole(), and fwd_init_parents().