#include <iter_hints.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 hint information for this stub. | |
| struct iter_hints_stub * | parent |
| pointer to parent in stub hint tree (or NULL if none) | |
| uint16_t | hint_class |
| class of hints. | |
struct delegpt* iter_hints_stub::dp [read] |
delegation point with hint information for this stub.
Referenced by hints_insert(), hints_lookup_root(), and hints_lookup_stub().
| uint16_t iter_hints_stub::hint_class |
class of hints.
host order.
Referenced by hints_insert(), hints_lookup_root(), hints_lookup_stub(), init_parents(), and stub_cmp().
1.5.6