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

/bionic/libc/netbsd/nameser/
H A Dns_parse.c140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
168 handle->_msg_ptr, rr->name, NS_MAXDNAME);
174 NS_GET16(rr->type, handle->_msg_ptr);
175 NS_GET16(rr->rr_class, handle->_msg_ptr);
177 rr->ttl = 0;
178 rr->rdlength = 0;
179 rr->rdata = NULL;
183 NS_GET32(rr->ttl, handle->_msg_ptr);
184 NS_GET16(rr->rdlength, handle->_msg_ptr);
185 if (handle->_msg_ptr + rr
[all...]
H A Dns_print.c86 * ns_sprintrr(handle, rr, name_ctx, origin, buf, buflen)
92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
99 ns_rr_name(*rr), ns_rr_class(*rr), ns_rr_type(*rr),
100 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr),
/bionic/libc/netbsd/resolv/
H A Dres_debug.c167 ns_rr rr; local
185 if (ns_parserr(handle, section, rrnum, &rr)) {
199 ns_rr_name(rr),
200 p_type(ns_rr_type(rr)),
201 p_class(ns_rr_class(rr)));
202 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
203 u_int32_t ttl = ns_rr_ttl(rr);
206 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
208 n = ns_sprintrr(handle, &rr, NULL, NULL,
H A Dres_cache.c1028 ns_rr rr; local
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; local
1096 if (ns_parserr(&handle, ns_s_an, n, &rr) == 0) {
1097 ttl = ns_rr_ttl(rr);
/bionic/libc/kernel/common/video/
H A Ddsscomp.h101 __s16 rr, rg, rb; member in struct:omap_dss_cpr_coefs

Completed in 169 milliseconds