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

/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c30 #include "resolved-dns-trust-anchor.h"
47 * name in our trust anchor */
65 /* Only add the built-in trust anchor if there's neither a DS
161 /* Only add the built-in trust anchor if there's no negative
162 * trust anchor defined at all. This enables easy overriding
345 return log_error_errno(r, "Failed to add trust anchor RR: %m");
349 return log_error_errno(r, "Failed to add answer to trust anchor: %m");
407 return log_error_errno(r, "Failed to enumerate %s trust anchor files: %m", suffix);
499 return log_error_errno(r, "Failed to add built-in positive trust anchor: %m");
503 return log_error_errno(r, "Failed to add built-in negative trust anchor
625 DnsResourceRecord *anchor; local
656 DnsResourceRecord *anchor; local
[all...]

Completed in 202 milliseconds