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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dpx_26.c231 dns_rdata_in_px_t *px = source; local
237 REQUIRE(px->common.rdtype == type);
238 REQUIRE(px->common.rdclass == rdclass);
243 RETERR(uint16_tobuffer(px->preference, target));
244 dns_name_toregion(&px->map822, &region);
246 dns_name_toregion(&px->mapx400, &region);
252 dns_rdata_in_px_t *px = target; local
262 px->common.rdclass = rdata->rdclass;
263 px->common.rdtype = rdata->type;
264 ISC_LINK_INIT(&px
293 dns_rdata_in_px_t *px = source; local
[all...]

Completed in 9 milliseconds