Searched refs:dns_resource_key_to_string (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-dns-cache.c | 226 dns_resource_key_to_string(i->key, key_str, sizeof key_str), in dns_cache_prune() 441 dns_resource_key_to_string(rr->key, key_str, sizeof key_str)); in dns_cache_put_positive() 505 dns_resource_key_to_string(i->key, key_str, sizeof key_str), in dns_cache_put_positive() 553 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_put_negative() 613 dns_resource_key_to_string(i->key, key_str, sizeof key_str), in dns_cache_put_negative() 709 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_put() 819 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_put() 996 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_lookup() 1005 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_lookup() 1022 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_cache_lookup() [all …]
|
D | resolved-dns-transaction.c | 351 dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str), in dns_transaction_tentative() 393 dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str); in dns_transaction_complete() 418 dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str), in dns_transaction_complete() 1947 dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str), in dns_transaction_go() 2135 … dns_resource_key_to_string(dns_transaction_key(t), s, sizeof s), in dns_transaction_add_dnssec_transaction() 2137 … dns_resource_key_to_string(dns_transaction_key(aux), saux, sizeof saux)); in dns_transaction_add_dnssec_transaction() 2878 … dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str)); in dns_transaction_requires_nsec() 3273 dns_resource_key_to_string(rr->key, s, sizeof s)); in dnssec_validate_records() 3391 dns_resource_key_to_string(dns_transaction_key(t), key_str, sizeof key_str)); in dns_transaction_validate_dnssec()
|
D | resolved-dns-query.c | 523 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_query_new() 528 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_query_new() 539 dns_resource_key_to_string(key, key_str, sizeof key_str)); in dns_query_new()
|
D | resolved-dns-rr.h | 316 char* dns_resource_key_to_string(const DnsResourceKey *key, char *buf, size_t buf_size);
|
D | resolved-dns-question.c | 485 fputs(dns_resource_key_to_string(k, buf, sizeof(buf)), f); in dns_question_dump()
|
D | resolved-dns-rr.c | 316 char* dns_resource_key_to_string(const DnsResourceKey *key, char *buf, size_t buf_size) { in dns_resource_key_to_string() function 827 dns_resource_key_to_string(rr->key, k, sizeof(k)); in dns_resource_record_to_string()
|
D | resolved-manager.c | 1476 dns_resource_key_to_string(key, s, sizeof s), in manager_dnssec_verdict()
|
D | resolved-dns-scope.c | 1428 …Skip PTR RR <%s> since its counterparts seem to be withdrawn", dns_resource_key_to_string(z->rr->k… in dns_scope_announce()
|