Lines Matching refs:rr
157 ns_rr rr; in do_section() local
175 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
189 ns_rr_name(rr), in do_section()
190 p_type(ns_rr_type(rr)), in do_section()
191 p_class(ns_rr_class(rr))); in do_section()
192 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
196 rdatalen = ns_rr_rdlen(rr); in do_section()
197 ttl = ns_rr_ttl(rr); in do_section()
200 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff); in do_section()
202 const u_char *cp = ns_rr_rdata(rr); in do_section()
245 n = ns_sprintrr(handle, &rr, NULL, NULL, in do_section()