DNS_PACKET_ANCOUNT  200 src/resolve/resolved-dns-packet.c         if (DNS_PACKET_ANCOUNT(p) > 0)
DNS_PACKET_ANCOUNT  125 src/resolve/resolved-dns-packet.h                 (unsigned) DNS_PACKET_ANCOUNT(p) +
DNS_PACKET_ANCOUNT  400 src/resolve/resolved-dns-transaction.c         dns_cache_put(&t->scope->cache, p->question, DNS_PACKET_RCODE(p), p->answer, DNS_PACKET_ANCOUNT(p), 0, p->family, &p->sender);