Home
last modified time | relevance | path

Searched refs:dns_resource_key_to_string (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-cache.c226 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 …]
Dresolved-dns-transaction.c351 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()
2135dns_resource_key_to_string(dns_transaction_key(t), s, sizeof s), in dns_transaction_add_dnssec_transaction()
2137dns_resource_key_to_string(dns_transaction_key(aux), saux, sizeof saux)); in dns_transaction_add_dnssec_transaction()
2878dns_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()
Dresolved-dns-query.c523 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()
Dresolved-dns-rr.h316 char* dns_resource_key_to_string(const DnsResourceKey *key, char *buf, size_t buf_size);
Dresolved-dns-question.c485 fputs(dns_resource_key_to_string(k, buf, sizeof(buf)), f); in dns_question_dump()
Dresolved-dns-rr.c316 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()
Dresolved-manager.c1476 dns_resource_key_to_string(key, s, sizeof s), in manager_dnssec_verdict()
Dresolved-dns-scope.c1428 …Skip PTR RR <%s> since its counterparts seem to be withdrawn", dns_resource_key_to_string(z->rr->k… in dns_scope_announce()