Home
last modified time | relevance | path

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

/dragonfly/include/arpa/
H A Dnameser_compat.h148 #define T_SOA ns_t_soa
H A Dnameser.h254 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/dragonfly/lib/libc/resolv/
H A Dres_update.c148 zptr->z_class, ns_t_soa, 0); in res_nupdate()
H A Dres_findzonecut.c299 n = do_query(statp, dname, class, ns_t_soa, resp, &msg); in get_soa()
332 if (ns_rr_type(rr) != ns_t_soa || in get_soa()
H A Dres_debug.c463 {ns_t_soa, "SOA", "start of authority"},
/dragonfly/lib/libc/nameser/
H A Dns_print.c191 case ns_t_soa: { in ns_sprintrrf()