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

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dafsdb_18.c182 dns_rdata_afsdb_t *afsdb = source; local
187 REQUIRE(afsdb->common.rdclass == rdclass);
188 REQUIRE(afsdb->common.rdtype == type);
193 RETERR(uint16_tobuffer(afsdb->subtype, target));
194 dns_name_toregion(&afsdb->server, &region);
201 dns_rdata_afsdb_t *afsdb = target; local
208 afsdb->common.rdclass = rdata->rdclass;
209 afsdb->common.rdtype = rdata->type;
210 ISC_LINK_INIT(&afsdb->common, link);
212 dns_name_init(&afsdb
229 dns_rdata_afsdb_t *afsdb = source; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.h247 struct mx_record *afsdb; /* mx and afsdb are identical */ member in union:resource_record::__anon4665
H A Dresolve.c68 DECL(afsdb),
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dcommon.c180 r = dns_lookup(cell, "afsdb");
184 if(rr->type == T_AFSDB && rr->u.afsdb->preference == 1){
186 rr->u.afsdb->domain,

Completed in 58 milliseconds