Searched refs:only_match_scope_zero (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/unbound/edns-subnet/ |
| H A D | addrtree.c | 100 node->only_match_scope_zero = 0; in node_create() 159 node->only_match_scope_zero = 0; in clean_node() 363 time_t now, int only_match_scope_zero) in addrtree_insert() argument 386 node->only_match_scope_zero = only_match_scope_zero; in addrtree_insert() 453 newnode->only_match_scope_zero = only_match_scope_zero; in addrtree_insert() 491 !(sourcemask != 0 && node->only_match_scope_zero)) { in addrtree_find()
|
| H A D | addrtree.h | 101 int only_match_scope_zero; member 169 time_t now, int only_match_scope_zero);
|
| H A D | subnetmod.c | 384 int only_match_scope_zero, diff_size; in update_cache() local 448 only_match_scope_zero = 1; in update_cache() 449 else only_match_scope_zero = 0; in update_cache() 453 rep->ttl, *qstate->env->now, only_match_scope_zero); in update_cache()
|
| /src/contrib/unbound/daemon/ |
| H A D | remote.c | 1771 int only_match_scope_zero, time_t ttl, void* arg) in cache_lookup_subnet_addrnode() argument 1805 (int)scope, (only_match_scope_zero?" scope_zero":""), in cache_lookup_subnet_addrnode() 1870 n->scope, n->only_match_scope_zero, n->ttl, arg); in addrtree_traverse_visit_node()
|