Searched defs:no (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | dki.c | 136 ungetc (c, fp); /* oops, no ttl */ 143 return -4; /* no DNSKEY or algorithm mismatch */ 145 return -5; /* no ZONE key */ 1193 const dki_t *dki_find (const dki_t *list, int ksk, int status, int no) argument 1199 for ( dkp = list; no > 0 && dkp; dkp = dkp->next ) 1202 no--; 1213 const dki_t *dki_findalgo (const dki_t *list, int ksk, int alg, int status, int no) argument 1219 for ( dkp = list; no > 0 && dkp; dkp = dkp->next ) 1223 no--;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | resolver.c | 697 * no further idle events are delivered. 1752 * The ADB does not know about servers with "edns no". Check this, 2564 * If we know there are no addresses for 2796 * We've got no addresses. 2812 FCTXTRACE("no addresses"); 3056 * We have no more addresses. Start over. 3311 * An fctx that is shutting down is no longer in ADDRWAIT mode. 3392 * Since we haven't started, we INSIST that we have no 3393 * pending ADB finds and no pending validations. 3928 * no reference 8541 static isc_boolean_t yes = ISC_TRUE, no = ISC_FALSE; variable [all...] |
Completed in 1714 milliseconds