Home
last modified time | relevance | path

Searched refs:addrnode (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/unbound/edns-subnet/
H A Daddrtree.h66 struct addrnode *root;
86 struct addrnode* first;
88 struct addrnode *last;
91 struct addrnode { struct
107 struct addrnode *prev; argument
109 struct addrnode *next; argument
118 struct addrnode *node;
120 struct addrnode *parent_node;
180 struct addrnode * addrtree_find(struct addrtree *tree,
H A Daddrtree.c89 static struct addrnode *
93 struct addrnode* node = (struct addrnode *)malloc( sizeof (*node) ); in node_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()
246 struct addrnode *n, *p; in lru_cleanup()
279 struct addrnode *n; in addrtree_delete()
283 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete()
365 struct addrnode *newnode, *node; in addrtree_insert()
477 struct addrnode *
[all …]
H A Dsubnetmod.c460 struct addrnode *node; in lookup_and_reply()
/freebsd-14.2/contrib/unbound/services/
H A Drpz.c1631 log_rpz_apply(char* trigger, uint8_t* dname, struct addr_tree_node* addrnode, in log_rpz_apply() argument
1640 } else if(addrnode) { in log_rpz_apply()
1642 addr_to_str(&addrnode->addr, addrnode->addrlen, addrbuf, sizeof(addrbuf)); in log_rpz_apply()
1643 snprintf(dnamestr, sizeof(dnamestr), "%s/%d", addrbuf, addrnode->net); in log_rpz_apply()