Home
last modified time | relevance | path

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

/freebsd/include/arpa/
H A Dnameser_compat.h149 #define T_SOA ns_t_soa
H A Dnameser.h286 ns_t_soa = 6, /*%< Start of authority zone. */ enumerator
/freebsd/lib/libc/resolv/
H A Dres_update.c149 zptr->z_class, ns_t_soa, 0); in res_nupdate()
H A Dres_findzonecut.c301 n = do_query(statp, dname, class, ns_t_soa, resp, &msg); in get_soa()
334 if (ns_rr_type(rr) != ns_t_soa || in get_soa()
H A Dres_debug.c459 {ns_t_soa, "SOA", "start of authority"},
/freebsd/lib/libc/nameser/
H A Dns_print.c194 case ns_t_soa: { in ns_sprintrrf()