Searched refs:ARES_FLAG_AA (Results 1 – 5 of 5) sorted by relevance
102 ARES_FLAG_AA = 1 << 1, /*!< Authoritative Answer. If set, is authoritative */ enumerator
73 unsigned short allflags = ARES_FLAG_QR | ARES_FLAG_AA | ARES_FLAG_TC | in ares_dns_flags_arevalid()
64 if (dnsrec->flags & ARES_FLAG_AA) { in ares_dns_write_header()
786 dns_flags |= ARES_FLAG_AA; in ares_dns_parse_header()
259 if (flags & ARES_FLAG_AA) { in print_flags()