Searched refs:next_hashed_domain (Results 1 - 1 of 1) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-dnssec.c | 1507 _cleanup_free_ char *next_hashed_domain = NULL; local 1515 r = nsec3_hashed_domain_format(rr->nsec3.next_hashed_name, rr->nsec3.next_hashed_name_size, zone, &next_hashed_domain); 1519 r = dns_name_between(DNS_RESOURCE_KEY_NAME(rr->key), next_closer_domain, next_hashed_domain); 1540 r = dns_name_between(DNS_RESOURCE_KEY_NAME(rr->key), wildcard_domain, next_hashed_domain); 1923 _cleanup_free_ char *hashed_domain = NULL, *next_hashed_domain = NULL; local 1954 &next_hashed_domain); 1958 r = dns_name_between(DNS_RESOURCE_KEY_NAME(rr->key), hashed_domain, next_hashed_domain);
|
Completed in 1678 milliseconds