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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dkx_36.c158 dns_rdata_in_kx_t *kx = source; local
164 REQUIRE(kx->common.rdtype == type);
165 REQUIRE(kx->common.rdclass == rdclass);
170 RETERR(uint16_tobuffer(kx->preference, target));
171 dns_name_toregion(&kx->exchange, &region);
178 dns_rdata_in_kx_t *kx = target; local
186 kx->common.rdclass = rdata->rdclass;
187 kx->common.rdtype = rdata->type;
188 ISC_LINK_INIT(&kx->common, link);
193 kx
205 dns_rdata_in_kx_t *kx = source; local
[all...]

Completed in 7 milliseconds