#include <localzone.h>
Data Fields | |
| rbnode_t | node |
| rbtree node, key is name only | |
| uint8_t * | name |
| domain name | |
| size_t | namelen |
| length of name | |
| int | namelabs |
| number of labels in name | |
| struct local_rrset * | rrsets |
| the data rrsets, with different types, linked list. | |
One domain name, and the RRs to go with it.
struct local_rrset* local_data::rrsets [read] |
the data rrsets, with different types, linked list.
If this list is NULL, the node is an empty non-terminal.
Referenced by local_data_find_type(), local_zone_out(), and new_local_rrset().
1.5.6