#include <iter_hints.h>
Data Fields | |
struct regional * | region |
regional where hints are allocated | |
rbtree_t | tree |
Hints are stored in this tree. |
Hints are stored in this tree.
Sort order is specially chosen. first sorted on qtype. 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_hints_stub. The class IN root is in here. uses name_tree_node from dnstree.h.
Referenced by hints_apply_cfg(), hints_insert(), hints_lookup_root(), and hints_lookup_stub().