Home | History | Annotate | Download | only in resolv

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,
417 * Names of RR classes and qclasses. Classes and qclasses are the same, except
470 * Names of RR types and qtypes. Types and qtypes are the same, except
763 * routines to convert between on-the-wire RR format and zone file format.
1030 return (16); /*%< size of RR in octets */
1033 /*% takes an on-the-wire LOC RR and formats it in a human readable format. */
1062 (void) sprintf(ascii, "; error: unknown LOC RR version");