Home
last modified time | relevance | path

Searched refs:only_match_scope_zero (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/edns-subnet/
H A Daddrtree.c100 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 Daddrtree.h101 int only_match_scope_zero; member
169 time_t now, int only_match_scope_zero);
H A Dsubnetmod.c367 int only_match_scope_zero, diff_size; in update_cache() local
431 only_match_scope_zero = 1; in update_cache()
432 else only_match_scope_zero = 0; in update_cache()
436 rep->ttl, *qstate->env->now, only_match_scope_zero); in update_cache()