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

/freebsd-13-stable/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.c169 int noprime)
178 node->noprime = (uint8_t)noprime;
494 * And has noprime set, we need to 'prime' to use this stub instead.
496 if(r->noprime && query_dname_compare(cache_dp->name, r->dp->name)==0)
528 int noprime)
536 if(!hints_insert(hints, c, dp, noprime))
168 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime) argument
527 hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp, int noprime) argument
H A Diterator.c835 * that a noprime-stub is available and resolution can continue.
859 /* is it a noprime stub (always use) */
860 if(stub->noprime) {
1442 break; /* got noprime-stub-zone, continue */
/freebsd-13-stable/sys/netinet6/
H A Dip6_id.c187 int noprime = 1; local
209 while (noprime) {
215 noprime = 0;
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.c881 if(stub->noprime) {
882 if(!ssl_printf(ssl, "The noprime stub servers "
H A Dremote.c2647 (z->noprime?"no":""), (insecure?" +i":""));

Completed in 155 milliseconds