Searched refs:DNS_TYPE_ANY (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/resolve/ |
D | dns-type.c | 53 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()
|
D | resolved-etc-hosts.c | 379 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()
|
D | dns-type.h | 86 DNS_TYPE_ANY, enumerator 98 assert_cc(DNS_TYPE_ANY == 255);
|
D | resolved-dns-zone.c | 174 … &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()
|
D | resolved-dns-synthesize.c | 70 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()
|
D | resolved-dns-cache.c | 593 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()
|
D | resolved-dns-transaction.c | 1786 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()
|
D | resolved-dns-dnssec.c | 2276 if (rr->key->type != type && type != DNS_TYPE_ANY) in dnssec_nsec_test_enclosed()
|
D | resolved-dns-rr.c | 219 if (rr->key->type != key->type && key->type != DNS_TYPE_ANY) in dns_resource_key_match_rr()
|