Searched refs:noprime (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_hints.h74 uint8_t noprime; member in struct:iter_hints_stub
146 * @param noprime: set noprime option to true or false on new hint stub.
150 int noprime);
H A Diter_hints.c163 int noprime)
172 node->noprime = (uint8_t)noprime;
480 * And has noprime set, we need to 'prime' to use this stub instead.
482 if(r->noprime && query_dname_compare(cache_dp->name, r->dp->name)==0)
514 int noprime)
522 if(!hints_insert(hints, c, dp, noprime))
162 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime) argument
513 hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime) argument
H A Diterator.c620 * that a noprime-stub is available and resolution can continue.
639 /* is it a noprime stub (always use) */
640 if(stub->noprime) {
1075 break; /* got noprime-stub-zone, continue */
/freebsd-10.0-release/sys/netinet6/
H A Dip6_id.c188 int noprime = 1; local
210 while (noprime) {
216 noprime = 0;
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dcachedump.c965 if(stub->noprime) {
966 if(!ssl_printf(ssl, "The noprime stub servers "
H A Dremote.c1917 z->noprime?"stub noprime":"stub prime", z->node.name,

Completed in 72 milliseconds