Symbol: name_tree_lookup
sbin/unwind/libunbound/dns64/dns64.c
553
struct name_tree_node* node = name_tree_lookup(&dns64_env->ignore_aaaa,
sbin/unwind/libunbound/iterator/iter_hints.c
517
r = (struct iter_hints_stub*)name_tree_lookup(&hints->tree, qname,
sbin/unwind/libunbound/iterator/iter_priv.c
201
return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL;
sbin/unwind/libunbound/iterator/iterator.c
726
return name_tree_lookup(ie->caps_white, iq->qchase.qname,
sbin/unwind/libunbound/services/cache/infra.c
922
name_tree_lookup(&infra->domain_limits, name, namelen, labs,
sbin/unwind/libunbound/util/storage/dnstree.h
139
struct name_tree_node* name_tree_lookup(rbtree_type* tree, uint8_t* name,
usr.sbin/unbound/dns64/dns64.c
553
struct name_tree_node* node = name_tree_lookup(&dns64_env->ignore_aaaa,
usr.sbin/unbound/edns-subnet/subnet-whitelist.c
196
return name_tree_lookup(&whitelist->dname, qname, qname_len, labs,
usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c
144
return name_tree_lookup(ie->whitelist, dname, dname_len,
usr.sbin/unbound/iterator/iter_hints.c
517
r = (struct iter_hints_stub*)name_tree_lookup(&hints->tree, qname,
usr.sbin/unbound/iterator/iter_priv.c
201
return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL;
usr.sbin/unbound/iterator/iterator.c
726
return name_tree_lookup(ie->caps_white, iq->qchase.qname,
usr.sbin/unbound/services/cache/infra.c
922
name_tree_lookup(&infra->domain_limits, name, namelen, labs,
usr.sbin/unbound/util/storage/dnstree.h
139
struct name_tree_node* name_tree_lookup(rbtree_type* tree, uint8_t* name,