Searched refs:bad (Results 1 - 25 of 88) sorted by relevance

1234

/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dsetup.sh27 cd ../ns5 && cp -f trusted.conf.bad trusted.conf
H A Dclean.sh26 rm -f ns2/badparam.db ns2/badparam.db.bad
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c387 goto bad;
394 goto bad;
397 goto bad;
414 bad:
488 goto bad;
491 goto bad;
496 goto bad;
499 goto bad;
506 goto bad;
509 goto bad;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c210 isc_sockaddrlist_t bad; member in struct:fetchctx
232 * way that they are not marked "bad".
2191 for (sa = ISC_LIST_HEAD(fctx->bad);
2208 * Mark all known bad servers, so we don't try to talk to them
2213 * Mark any bad nameservers.
2229 * Mark any bad forwarders.
2241 * Mark any bad alternates.
2299 * We already know this server is bad.
2310 ISC_LIST_INITANDAPPEND(fctx->bad, sa, link);
2787 * Mark all known bad server
7151 dns_badcache_t *bad, *next; local
8161 dns_badcache_t *bad, *prev, *next; local
8203 dns_badcache_t **new, *bad, *next; local
8242 dns_badcache_t *bad, *prev, *next; local
8308 dns_badcache_t *bad, *prev, *next; local
8363 dns_badcache_t *bad, *next, *prev; local
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetaddrinfo.c159 #define ERR(err) { error = (err); goto bad; }
436 bad:
467 /* bad: */
559 goto bad;
565 goto bad;
586 goto bad;
629 bad:
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dtests.sh29 echo "I: checking that named-checkconf handles a known bad config"
31 $CHECKCONF bad.conf > /dev/null 2>&1 || ret=0
35 echo "I: checking that named-checkconf handles a known bad tsig secret"
H A Dbad.conf17 /* $Id: bad.conf,v 1.4 2007/06/19 23:47:01 tbox Exp $ */
/bind-9.6-ESV-R11/bin/tests/system/checkzone/
H A Dtests.sh33 for db in zones/bad*.db
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dminfo_14.c310 if (bad != NULL)
311 dns_name_clone(&name, bad);
317 if (bad != NULL)
318 dns_name_clone(&name, bad);
H A Dproforma.c168 UNUSED(bad);
H A Dsoa_6.c430 if (bad != NULL)
431 dns_name_clone(&name, bad);
437 if (bad != NULL)
438 dns_name_clone(&name, bad);
H A Dns_2.c244 if (bad != NULL)
245 dns_name_clone(&name, bad);
H A Dptr_12.c283 if (bad != NULL)
284 dns_name_clone(&name, bad);
H A Dnull_10.c183 UNUSED(bad);
H A Dunspec_103.c184 UNUSED(bad);
H A Dafsdb_18.c302 if (bad != NULL)
303 dns_name_clone(&name, bad);
H A Dmx_15.c311 if (bad != NULL)
312 dns_name_clone(&name, bad);
H A Drp_17.c307 if (bad != NULL)
308 dns_name_clone(&name, bad);
H A Drt_21.c304 if (bad != NULL)
305 dns_name_clone(&name, bad);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dentropy.c56 if (source->bad)
66 source->bad = ISC_TRUE;
278 source->bad = ISC_FALSE;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c80 if (source->bad)
106 source->bad = ISC_TRUE;
121 if (source->bad)
237 source->bad = ISC_TRUE;
570 source->bad = ISC_FALSE;
/bind-9.6-ESV-R11/bin/tests/system/unknown/
H A Dtests.sh173 $CHECKZONE nan.bad zones/nan.bad > check.out 2>&1
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdata.h698 dns_rdata_checknames(dns_rdata_t *rdata, dns_name_t *owner, dns_name_t *bad);
703 * If 'bad' is non-NULL and a domain name fails the check the
704 * the offending name will be return in 'bad' by cloning from
710 * 'bad' to be NULL or valid.
/bind-9.6-ESV-R11/lib/dns/rdata/ch_3/
H A Da_1.c308 if (bad != NULL)
309 dns_name_clone(&name, bad);

Completed in 41 milliseconds

1234