Home
last modified time | relevance | path

Searched refs:DNS_TYPE_ANY (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/resolve/
Ddns-type.c53 DNS_TYPE_ANY, in dns_type_is_pseudo()
98 DNS_TYPE_ANY, in dns_type_is_valid_rr()
215 case DNS_TYPE_ANY: in dns_type_to_af()
Dresolved-etc-hosts.c379 if (!IN_SET(t->type, DNS_TYPE_PTR, DNS_TYPE_ANY)) in manager_etc_hosts_lookup()
430 if (!IN_SET(t->type, DNS_TYPE_A, DNS_TYPE_AAAA, DNS_TYPE_ANY)) in manager_etc_hosts_lookup()
441 if (IN_SET(t->type, DNS_TYPE_A, DNS_TYPE_ANY)) in manager_etc_hosts_lookup()
443 if (IN_SET(t->type, DNS_TYPE_AAAA, DNS_TYPE_ANY)) in manager_etc_hosts_lookup()
Ddns-type.h86 DNS_TYPE_ANY, enumerator
98 assert_cc(DNS_TYPE_ANY == 255);
Dresolved-dns-zone.c174 … &DNS_RESOURCE_KEY_CONST(i->rr->key->class, DNS_TYPE_ANY, dns_resource_key_name(i->rr->key)), in dns_zone_item_probe_start()
179 … key = dns_resource_key_new(i->rr->key->class, DNS_TYPE_ANY, dns_resource_key_name(i->rr->key)); in dns_zone_item_probe_start()
314 if (key->type == DNS_TYPE_ANY || key->class == DNS_CLASS_ANY) { in dns_zone_lookup()
385 if (key->type == DNS_TYPE_ANY || key->class == DNS_CLASS_ANY) { in dns_zone_lookup()
Dresolved-dns-synthesize.c70 if (IN_SET(key->type, DNS_TYPE_A, DNS_TYPE_ANY)) { in synthesize_localhost_rr()
84 if (IN_SET(key->type, DNS_TYPE_AAAA, DNS_TYPE_ANY) && socket_ipv6_is_enabled()) { in synthesize_localhost_rr()
122 if (IN_SET(key->type, DNS_TYPE_PTR, DNS_TYPE_ANY)) { in synthesize_localhost_ptr()
Dresolved-dns-cache.c593 i->key = dns_resource_key_new(key->class, DNS_TYPE_ANY, dns_resource_key_name(key)); in dns_cache_put_negative()
876 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_ANY, n)); in dns_cache_get_by_key_follow_cname_dname_nsec()
991 if (key->type == DNS_TYPE_ANY || key->class == DNS_CLASS_ANY) { in dns_cache_lookup()
Dresolved-dns-transaction.c1786 if (dns_transaction_key(t)->type == DNS_TYPE_ANY) { in dns_transaction_make_packet_mdns()
1852 if (dns_transaction_key(other)->type == DNS_TYPE_ANY) { in dns_transaction_make_packet_mdns()
Dresolved-dns-dnssec.c2276 if (rr->key->type != type && type != DNS_TYPE_ANY) in dnssec_nsec_test_enclosed()
Dresolved-dns-rr.c219 if (rr->key->type != key->type && key->type != DNS_TYPE_ANY) in dns_resource_key_match_rr()