Searched refs:addrnode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/unbound/edns-subnet/ |
| H A D | addrtree.h | 66 struct addrnode *root; 86 struct addrnode* first; 88 struct addrnode *last; 91 struct addrnode { struct 103 struct addrnode *prev; argument 105 struct addrnode *next; argument 114 struct addrnode *node; 116 struct addrnode *parent_node; 175 struct addrnode * addrtree_find(struct addrtree *tree,
|
| H A D | addrtree.c | 89 static struct addrnode * 93 struct addrnode* node = (struct addrnode *)malloc( sizeof (*node) ); in node_create() 153 clean_node(struct addrtree *tree, struct addrnode *node) in clean_node() 163 lru_pop(struct addrtree *tree, struct addrnode *node) in lru_pop() 184 lru_push(struct addrtree *tree, struct addrnode *node) in lru_push() 244 struct addrnode *n, *p; in lru_cleanup() 277 struct addrnode *n; in addrtree_delete() 281 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete() 363 struct addrnode *newnode, *node; in addrtree_insert() 473 struct addrnode * [all …]
|
| H A D | subnetmod.c | 410 struct addrnode *node; in lookup_and_reply()
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | rpz.c | 1378 log_rpz_apply(char* trigger, uint8_t* dname, struct addr_tree_node* addrnode, in log_rpz_apply() argument 1387 } else if(addrnode) { in log_rpz_apply() 1389 addr_to_str(&addrnode->addr, addrnode->addrlen, addrbuf, sizeof(addrbuf)); in log_rpz_apply() 1390 snprintf(dnamestr, sizeof(dnamestr), "%s/%d", addrbuf, addrnode->net); in log_rpz_apply()
|