Searched defs:rr (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/dns/nameser/
H A Dns_parse.c141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
171 handle->_msg_ptr, rr->name, NS_MAXDNAME);
177 NS_GET16(rr->type, handle->_msg_ptr);
178 NS_GET16(rr->rr_class, handle->_msg_ptr);
180 rr->ttl = 0;
181 rr->rdlength = 0;
182 rr->rdata = NULL;
186 NS_GET32(rr->ttl, handle->_msg_ptr);
187 NS_GET16(rr->rdlength, handle->_msg_ptr);
188 if (handle->_msg_ptr + rr
204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
H A Dns_print.c94 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
101 ns_rr_name(*rr), ns_rr_class(*rr), ns_rr_type(*rr),
102 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr),
/bionic/libc/dns/resolv/
H A Dres_debug.c165 ns_rr rr; local
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);
208 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
210 const u_char *cp = ns_rr_rdata(rr);
[all...]
H A Dres_cache.c1011 ns_rr rr; local
1015 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) {
1016 const u_char *rdata = ns_rr_rdata(rr); // find the data
1017 const u_char *edata = rdata + ns_rr_rdlen(rr); // add the len to find the end
1019 u_long ttl, rec_result = ns_rr_ttl(rr);
1067 ns_rr rr; local
1079 if (ns_parserr(&handle, ns_s_an, n, &rr) == 0) {
1080 ttl = ns_rr_ttl(rr);
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h874 struct m16e_rr rr; member in union:mips16e_instruction

Completed in 179 milliseconds