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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dafsdb_18.c174 dns_rdata_afsdb_t *afsdb = source; local
179 REQUIRE(afsdb->common.rdclass == rdclass);
180 REQUIRE(afsdb->common.rdtype == type);
185 RETERR(uint16_tobuffer(afsdb->subtype, target));
186 dns_name_toregion(&afsdb->server, &region);
193 dns_rdata_afsdb_t *afsdb = target; local
200 afsdb->common.rdclass = rdata->rdclass;
201 afsdb->common.rdtype = rdata->type;
202 ISC_LINK_INIT(&afsdb->common, link);
204 dns_name_init(&afsdb
221 dns_rdata_afsdb_t *afsdb = source; local
[all...]

Completed in 17 milliseconds