Lines Matching defs:rr
165 ns_rr rr;
183 if (ns_parserr(handle, section, rrnum, &rr)) {
197 ns_rr_name(rr),
198 p_type(ns_rr_type(rr)),
199 p_class(ns_rr_class(rr)));
200 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
204 rdatalen = ns_rr_rdlen(rr);
205 ttl = ns_rr_ttl(rr);
209 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
212 const u_char *cp = ns_rr_rdata(rr);
255 n = ns_sprintrr(handle, &rr, NULL, NULL,