Searched refs:_DNS_TYPE_INVALID (Results 1 - 4 of 4) sorted by relevance

/systemd/src/resolve/
H A Ddns-type.h111 _DNS_TYPE_INVALID = -1 enumerator in enum:__anon222
H A Ddns-type.c55 return _DNS_TYPE_INVALID;
H A Dresolved-dns-rr.c592 switch (a->unparseable ? _DNS_TYPE_INVALID : a->key->type) {
834 switch (rr->unparseable ? _DNS_TYPE_INVALID : rr->key->type) {
1310 switch (rr->unparseable ? _DNS_TYPE_INVALID : rr->key->type) {
H A Dresolved-dns-packet.c805 switch (rr->unparseable ? _DNS_TYPE_INVALID : rr->key->type) {
1077 case _DNS_TYPE_INVALID: /* unparseable */

Completed in 832 milliseconds