Home
last modified time | relevance | path

Searched refs:addrtree (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.h65 struct addrtree { struct
130 size_t addrtree_size(const struct addrtree *tree);
142 struct addrtree *
150 void addrtree_delete(struct addrtree *tree);
167 void addrtree_insert(struct addrtree *tree, const addrkey_t *addr,
180 struct addrnode * addrtree_find(struct addrtree *tree,
H A Daddrtree.c90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, in node_create()
115 node_size(const struct addrtree *tree, const struct addrnode *n) in node_size()
121 struct addrtree *
125 struct addrtree *tree; in addrtree_create()
128 tree = (struct addrtree *)calloc(1, sizeof(*tree)); in addrtree_create()
154 clean_node(struct addrtree *tree, struct addrnode *node) in clean_node()
165 lru_pop(struct addrtree *tree, struct addrnode *node) in lru_pop()
186 lru_push(struct addrtree *tree, struct addrnode *node) in lru_push()
201 lru_update(struct addrtree *tree, struct addrnode *node) in lru_update()
215 purge_node(struct addrtree *tree, struct addrnode *node) in purge_node()
[all …]
H A Dsubnetmod.h72 struct addrtree* tree4;
73 struct addrtree* tree6;
H A Dsubnetmod.c351 static struct addrtree*
355 struct addrtree *tree; in get_tree()
376 struct addrtree *tree; in update_cache()
476 struct addrtree *tree; in lookup_and_reply()
/freebsd/contrib/unbound/
H A DMakefile.in110 SUBNET_SRC=edns-subnet/edns-subnet.c edns-subnet/subnetmod.c edns-subnet/addrtree.c edns-subnet/sub…
140 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \
889 $(srcdir)/util/timeval_func.h $(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/addrtree.h \
904 $(srcdir)/util/storage/slabhash.h $(srcdir)/util/data/dname.h $(srcdir)/edns-subnet/addrtree.h \
1025 $(srcdir)/util/random.h $(srcdir)/util/data/dname.h $(srcdir)/edns-subnet/addrtree.h \
1243 $(srcdir)/util/data/dname.h $(srcdir)/edns-subnet/addrtree.h $(srcdir)/edns-subnet/edns-subnet.h \
1253 addrtree.lo addrtree.o: $(srcdir)/edns-subnet/addrtree.c config.h $(srcdir)/util/log.h \
1256 $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/edns-subnet/addrtree.h
1391 $(srcdir)/sldns/pkthdr.h $(srcdir)/testcode/unitmain.h $(srcdir)/edns-subnet/addrtree.h \
1498 …$(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/addrtree.h $(srcdir)/edns-subnet/edns-subn…
[all …]
H A Dconfigure.ac1105 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
1107 …dns-subnet/edns-subnet.h $(srcdir)/edns-subnet/subnet-whitelist.h $(srcdir)/edns-subnet/addrtree.h'
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch19 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \
/freebsd/contrib/unbound/doc/
H A DChangelog71 and perform in-depth check on node in the addrtree.
4072 - Fix in respip addrtree selection. Absence of addr_tree_init_parents()
5266 edns-subnet/addrtree.c after the assert made clang analyzer
5827 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
5862 - Zero initialize addrtree allocation.
/freebsd/contrib/unbound/daemon/
H A Dremote.c1881 addrtree_traverse(struct addrtree* tree, int is_ipv6, time_t now, in addrtree_traverse()