Searched defs:rt (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drt_21.c178 dns_rdata_rt_t *rt = source; local
183 REQUIRE(rt->common.rdtype == type);
184 REQUIRE(rt->common.rdclass == rdclass);
189 RETERR(uint16_tobuffer(rt->preference, target));
190 dns_name_toregion(&rt->host, &region);
197 dns_rdata_rt_t *rt = target; local
204 rt->common.rdclass = rdata->rdclass;
205 rt->common.rdtype = rdata->type;
206 ISC_LINK_INIT(&rt->common, link);
210 rt
222 dns_rdata_rt_t *rt = source; local
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Drdata_test.c236 static dns_rdata_rt_t rt; local
237 result = dns_rdata_tostruct(rdata, sp = &rt, NULL);
503 static dns_rdata_rt_t rt; local
504 result = dns_rdata_tostruct(rdata, sp = &rt, mctx);
800 dns_rdata_rt_t rt;
801 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &rt, b);

Completed in 49 milliseconds