Searched defs:anchor (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dnta.c429 dns_name_t *name, dns_name_t *anchor)
455 if (dns_name_issubdomain(foundname, anchor))
428 dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now, dns_name_t *name, dns_name_t *anchor) argument
H A Dview.c1902 dns_name_t *name, dns_name_t *anchor)
1909 return (dns_ntatable_covered(view->ntatable_priv, now, name, anchor));
1920 dns_name_t *anchor; local
1928 anchor = dns_fixedname_name(&fn);
1931 anchor, &secure);
1936 dns_ntatable_covered(view->ntatable_priv, now, name, anchor))
1975 * configured trust anchor, and we want to fail
1901 dns_view_ntacovers(dns_view_t *view, isc_stdtime_t now, dns_name_t *name, dns_name_t *anchor) argument
/bind-9.11.3/lib/bind9/
H A Dcheck.c1162 const cfg_obj_t *dlvobj, *anchor; local
1166 anchor = cfg_tuple_get(obj, "trust-anchor");
1171 * If domain is "auto" or "no" and trust anchor
1174 if (cfg_obj_isvoid(anchor)) {
1217 if (cfg_obj_isvoid(anchor)) {
1221 "domain and trust anchor");
1227 dlv = cfg_obj_asstring(anchor);
1230 cfg_obj_log(anchor, logctx, ISC_LOG_ERROR,
1237 cfg_obj_log(anchor, logct
[all...]

Completed in 23 milliseconds