Searched refs:addr_tree_node (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/unbound/util/storage/ |
H A D | dnstree.c | 62 struct addr_tree_node* n1 = (struct addr_tree_node*)k1; in addr_tree_compare() 63 struct addr_tree_node* n2 = (struct addr_tree_node*)k2; in addr_tree_compare() 76 struct addr_tree_node* n1 = (struct addr_tree_node*)k1; in addr_tree_addrport_compare() 77 struct addr_tree_node* n2 = (struct addr_tree_node*)k2; in addr_tree_addrport_compare() 109 int addr_tree_insert(rbtree_type* tree, struct addr_tree_node* node, in addr_tree_insert() 120 void addr_tree_init_parents_node(struct addr_tree_node* nod [all...] |
H A D | dnstree.h | 77 struct addr_tree_node { struct 81 struct addr_tree_node* parent; argument 173 int addr_tree_insert(rbtree_type* tree, struct addr_tree_node* node, 188 void addr_tree_init_parents_node(struct addr_tree_node* node); 197 struct addr_tree_node* addr_tree_lookup(rbtree_type* tree, 208 struct addr_tree_node* addr_tree_find(rbtree_type* tree,
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_donotq.c | 80 struct addr_tree_node* node = (struct addr_tree_node*)regional_alloc( in donotq_insert()
|
H A D | iter_priv.c | 82 struct addr_tree_node* n; in read_addrs() 94 n = (struct addr_tree_node*)regional_alloc(priv->region, in read_addrs()
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnet-whitelist.c | 86 struct addr_tree_node* node = (struct addr_tree_node*)regional_alloc( in upstream_insert()
|
/freebsd/contrib/unbound/util/ |
H A D | tcp_conn_limit.h | 69 struct addr_tree_node node;
|
H A D | edns.h | 72 struct addr_tree_node node;
|
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c |
|
H A D | acl_list.h | 94 struct addr_tree_node node;
|
/freebsd/contrib/unbound/services/ |
H A D | rpz.h | 96 struct addr_tree_node node;
|
H A D | localzone.h | 203 struct addr_tree_node node;
|
H A D | localzone.c | 771 (struct addr_tree_node*)n, &addr, addrlen, net)) { in lz_enter_override()
|
H A D | rpz.c | 1631 log_rpz_apply(char* trigger, uint8_t* dname, struct addr_tree_node* addrnode, in log_rpz_apply()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.h | 36 struct addr_tree_node node;
|
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.h | 138 /** tree of addr_tree_node, with wait_limit_netblock_info information */ 140 /** tree of addr_tree_node, with wait_limit_netblock_info information */ 215 struct addr_tree_node node;
|