Home
last modified time | relevance | path

Searched refs:noprime (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_id.c185 int noprime = 1; in initid() local
207 while (noprime) { in initid()
213 noprime = 0; in initid()
/freebsd/contrib/unbound/iterator/
H A Diter_hints.h79 uint8_t noprime; member
186 int noprime, int nolock);
H A Diter_hints.c172 int noprime) in hints_insert() argument
181 node->noprime = (uint8_t)noprime; in hints_insert()
536 if(r->noprime && query_dname_compare(cache_dp->name, r->dp->name)==0) in hints_lookup_stub()
576 int noprime, int nolock) in hints_add_stub() argument
586 if(!hints_insert(hints, c, dp, noprime)) { in hints_add_stub()
H A Diterator.c998 if(stub->noprime) { in prime_stub()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c903 if(stub->noprime) { in print_deleg_lookup()
H A Dremote.c2937 (z->noprime?"no":""), (insecure?" +i":"")); in do_list_stubs()
/freebsd/contrib/unbound/doc/
H A DChangelog10091 The noprime feature. manpages more explanation. Added a test for it.