Lines Matching refs:rr
175 ns_rr rr; in do_section() local
193 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
207 ns_rr_name(rr), in do_section()
208 p_type(ns_rr_type(rr)), in do_section()
209 p_class(ns_rr_class(rr))); in do_section()
210 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
214 rdatalen = ns_rr_rdlen(rr); in do_section()
215 ttl = ns_rr_ttl(rr); in do_section()
218 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff); in do_section()
220 const u_char *cp = ns_rr_rdata(rr); in do_section()
263 n = ns_sprintrr(handle, &rr, NULL, NULL, in do_section()