Searched refs:DNS_TYPE_ANY (Results 1 - 8 of 8) sorted by relevance

/systemd/src/resolve/
H A Ddns-type.c69 DNS_TYPE_ANY,
79 return class == DNS_TYPE_ANY;
105 DNS_TYPE_ANY,
205 case DNS_TYPE_ANY:
H A Ddns-type.h104 DNS_TYPE_ANY, enumerator in enum:__anon222
116 assert_cc(DNS_TYPE_ANY == 255);
H A Dresolved-dns-synthesize.c86 if (IN_SET(key->type, DNS_TYPE_A, DNS_TYPE_ANY)) {
100 if (IN_SET(key->type, DNS_TYPE_AAAA, DNS_TYPE_ANY)) {
138 if (IN_SET(key->type, DNS_TYPE_PTR, DNS_TYPE_ANY)) {
H A Dresolved-etc-hosts.c361 if (!IN_SET(t->type, DNS_TYPE_PTR, DNS_TYPE_ANY))
411 if (!IN_SET(t->type, DNS_TYPE_A, DNS_TYPE_AAAA, DNS_TYPE_ANY))
422 if (IN_SET(t->type, DNS_TYPE_A, DNS_TYPE_ANY))
424 if (IN_SET(t->type, DNS_TYPE_AAAA, DNS_TYPE_ANY))
H A Dresolved-dns-zone.c172 t = dns_scope_find_transaction(i->scope, &DNS_RESOURCE_KEY_CONST(i->rr->key->class, DNS_TYPE_ANY, DNS_RESOURCE_KEY_NAME(i->rr->key)), false);
176 key = dns_resource_key_new(i->rr->key->class, DNS_TYPE_ANY, DNS_RESOURCE_KEY_NAME(i->rr->key));
298 if (key->type == DNS_TYPE_ANY || key->class == DNS_CLASS_ANY) {
369 if (key->type == DNS_TYPE_ANY || key->class == DNS_CLASS_ANY) {
H A Dresolved-dns-cache.c484 /* Never cache pseudo RR keys. DNS_TYPE_ANY is particularly
527 i->key = dns_resource_key_new(key->class, DNS_TYPE_ANY, DNS_RESOURCE_KEY_NAME(key));
766 i = hashmap_get(c->by_key, &DNS_RESOURCE_KEY_CONST(k->class, DNS_TYPE_ANY, n));
817 if (key->type == DNS_TYPE_ANY ||
H A Dresolved-dns-dnssec.c1901 if (rr->key->type != type && type != DNS_TYPE_ANY)
H A Dresolved-dns-rr.c203 if (rr->key->type != key->type && key->type != DNS_TYPE_ANY)

Completed in 2026 milliseconds