Lines Matching refs:domain
25 #include "dns-domain.h"
115 /* Not even a single label: this is the root domain name */
1326 static int nsec3_hashed_domain_make(DnsResourceRecord *nsec3, const char *domain, const char *zone, char **ret) {
1331 assert(domain);
1335 hashed_size = dnssec_nsec3_hash(nsec3, domain, hashed);
1345 * is no wildcard domain as a direct descendant of the closest enclosure, or find an NSEC3 record that
1346 * matches the wildcard domain.
1430 * but let's remember this domain name, it might be
1479 /* Ensure this is not a DNAME domain, see RFC5155, section 8.3. */
1483 /* Ensure that this data is from the delegated domain
1491 /* Prove that there is no next closer and whether or not there is a wildcard domain. */
1585 * next closer domain is covered by an opt-out, as that would not provide
1645 /* First, determine parent of next domain. */
1657 /* If the name we we are interested in is not a prefix of the common suffix of the NSEC RR's owner and next domain names, then we can't say anything either. */
1938 /* Format the domain we are testing with the NSEC3 RR's hash function */
1949 /* Format the NSEC3's next hashed name as proper domain name */