Home | History | Annotate | Download | only in resolv

Lines Matching defs:rr

412  * Each Resource Record (RR) is made of:
417 * TTL : 32 : seconds to cache this RR (0=none)
419 * RDDATA : variable : RR data (depends on TYPE)
1028 ns_rr rr;
1032 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) {
1033 const u_char *rdata = ns_rr_rdata(rr); // find the data
1034 const u_char *edata = rdata + ns_rr_rdlen(rr); // add the len to find the end
1036 u_long ttl, rec_result = ns_rr_ttl(rr);
1084 ns_rr rr;
1096 if (ns_parserr(&handle, ns_s_an, n, &rr) == 0) {
1097 ttl = ns_rr_ttl(rr);