Home
last modified time | relevance | path

Searched refs:addrtree (Results 1 – 8 of 8) 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.c334 static struct addrtree*
338 struct addrtree *tree; in get_tree()
359 struct addrtree *tree; in update_cache()
459 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 \
1168 addrtree.lo addrtree.o: $(srcdir)/edns-subnet/addrtree.c config.h $(srcdir)/util/log.h \
1171 $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/edns-subnet/addrtree.h
H A Dconfigure.ac1098 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
1100 …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 DChangelog3540 - Fix in respip addrtree selection. Absence of addr_tree_init_parents()
4734 edns-subnet/addrtree.c after the assert made clang analyzer
5295 - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit().
5330 - Zero initialize addrtree allocation.