Searched refs:ns_t_soa (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/include/arpa/ |
H A D | nameser_compat.h | 126 #define T_SOA ns_t_soa
|
H A D | nameser.h | 290 ns_t_soa = 6, /* Start of authority zone. */ enumerator
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_debug.cpp | 328 {ns_t_soa, "SOA", "start of authority"},
|
H A D | res_cache.cpp | 727 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 D | res_debug.c | 487 {ns_t_soa, "SOA", "start of authority"},
|
H A D | res_cache.c | 1077 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 D | dns_responder.cpp | 113 {ns_type::ns_t_soa, "SOA"}, in dnstype2str()
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_print.c | 197 case ns_t_soa: { in ns_sprintrrf()
|