HomeSort by: relevance | last modified time | path
    Searched refs:only_match_scope_zero (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/edns-subnet/
addrtree.h 101 int only_match_scope_zero; member in struct:addrnode
164 * @param only_match_scope_zero: set for when query /0 has scope /0 answer.
169 time_t now, int only_match_scope_zero);
addrtree.c 100 node->only_match_scope_zero = 0;
159 node->only_match_scope_zero = 0;
363 time_t now, int only_match_scope_zero)
386 node->only_match_scope_zero = only_match_scope_zero;
453 newnode->only_match_scope_zero = only_match_scope_zero;
491 !(sourcemask != 0 && node->only_match_scope_zero)) {
subnetmod.c 400 int only_match_scope_zero, diff_size; local
493 only_match_scope_zero = 1;
494 else only_match_scope_zero = 0;
498 rep->ttl, *qstate->env->now, only_match_scope_zero); local
  /src/external/bsd/unbound/dist/daemon/
remote.c 1795 int only_match_scope_zero, time_t ttl, void* arg)
1829 (int)scope, (only_match_scope_zero?" scope_zero":""),
1894 n->scope, n->only_match_scope_zero, n->ttl, arg);

Completed in 21 milliseconds