Home
last modified time | relevance | path

Searched refs:ns_t_soa (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/include/arpa/
H A Dnameser_compat.h126 #define T_SOA ns_t_soa
H A Dnameser.h290 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp328 {ns_t_soa, "SOA", "start of authority"},
H A Dres_cache.cpp727 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) { in answer_getNegativeTTL()
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c487 {ns_t_soa, "SOA", "start of authority"},
H A Dres_cache.c1077 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) { in answer_getNegativeTTL()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.cpp113 {ns_type::ns_t_soa, "SOA"}, in dnstype2str()
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c197 case ns_t_soa: { in ns_sprintrrf()