Home | History | Annotate | Download | only in dns

Lines Matching refs:hnode

1629 			dns_rbtnode_t *hnode;
1676 for (hnode = rbt->hashtable[hash_32(hash,
1678 hnode != NULL; hnode = hnode->hashnext)
1682 if (ISC_LIKELY(hash != HASHVAL(hnode))) {
1692 if (ISC_LIKELY(get_upper_node(hnode) !=
1699 NODENAME(hnode, &hnode_name);
1707 if (hnode != NULL) {
1708 current = hnode;