Home
last modified time | relevance | path

Searched defs:dns_rbtnode (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Drbt.h84 struct dns_rbtnode { struct
88 dns_rbtnode_t *parent; argument
89 dns_rbtnode_t *left; argument
90 dns_rbtnode_t *right; argument
91 dns_rbtnode_t *down; argument
93 dns_rbtnode_t *hashnext; argument
113 unsigned int is_root : 1; /*%< range is 0..1 */
114 unsigned int color : 1; /*%< range is 0..1 */
115 unsigned int find_callback : 1; /*%< range is 0..1 */
116 unsigned int attributes : 3; /*%< range is 0..2 */
[all …]