|
unbound
0.1
|
Iterator forward servers for a particular zone. More...
#include <iter_fwd.h>
Data Fields | |
| rbnode_t | node |
| redblacktree node, key is this structure: class and name | |
| uint8_t * | name |
| name | |
| size_t | namelen |
| length of name | |
| int | namelabs |
| number of labels in name | |
| struct delegpt * | dp |
| delegation point with forward server information for this zone. | |
| struct iter_forward_zone * | parent |
| pointer to parent in tree (or NULL if none) | |
| uint16_t | dclass |
| class. | |
Iterator forward servers for a particular zone.
| struct delegpt* iter_forward_zone::dp |
delegation point with forward server information for this zone.
If NULL then this forward entry is used to indicate that a stub-zone with the same name exists, and should be used.
Referenced by do_list_forwards(), forwards_insert_data(), and forwards_lookup().
| uint16_t iter_forward_zone::dclass |
class.
host order.
Referenced by do_list_forwards(), forwards_delete_zone(), forwards_insert_data(), forwards_lookup(), forwards_next_root(), fwd_cmp(), fwd_init_parents(), and make_stub_holes().
1.7.6.1