Searched refs:unparseable (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-rr.h120 bool unparseable:1; member in struct:DnsResourceRecord
H A Dresolved-dns-rr.c589 if (a->unparseable != b->unparseable)
592 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 */
1798 rr->unparseable = true;
1799 goto unparseable;
2022 unparseable:

Completed in 1521 milliseconds