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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dpx_26.c223 dns_rdata_in_px_t *px = source; local
229 REQUIRE(px->common.rdtype == type);
230 REQUIRE(px->common.rdclass == rdclass);
235 RETERR(uint16_tobuffer(px->preference, target));
236 dns_name_toregion(&px->map822, &region);
238 dns_name_toregion(&px->mapx400, &region);
244 dns_rdata_in_px_t *px = target; local
254 px->common.rdclass = rdata->rdclass;
255 px->common.rdtype = rdata->type;
256 ISC_LINK_INIT(&px
285 dns_rdata_in_px_t *px = source; local
[all...]

Completed in 10 milliseconds