Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser_compat.h126 #define T_SOA ns_t_soa
Dnameser.h290 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/bionic/libc/dns/resolv/
Dres_debug.c469 {ns_t_soa, "SOA", "start of authority"},
Dres_cache.c1019 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) { in answer_getNegativeTTL()
/bionic/libc/dns/nameser/
Dns_print.c197 case ns_t_soa: { in ns_sprintrrf()