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

/bind-9.11.3/lib/dns/rdata/generic/
H A Ddoa_259.c188 dns_rdata_doa_t *doa = source; local
192 REQUIRE(doa->common.rdtype == dns_rdatatype_doa);
193 REQUIRE(doa->common.rdclass == rdclass);
195 RETERR(uint32_tobuffer(doa->enterprise, target));
196 RETERR(uint32_tobuffer(doa->type, target));
197 RETERR(uint8_tobuffer(doa->location, target));
198 RETERR(uint8_tobuffer(doa->mediatype_len, target));
199 RETERR(mem_tobuffer(target, doa->mediatype, doa->mediatype_len));
200 return (mem_tobuffer(target, doa
205 dns_rdata_doa_t *doa = target; local
286 dns_rdata_doa_t *doa = source; local
[all...]
/bind-9.11.3/lib/dns/tests/
H A Drdata_test.c479 * draft-durand-doa-over-dns-03:
536 ATF_TC(doa); variable
537 ATF_TC_HEAD(doa, tc) {
540 ATF_TC_BODY(doa, tc) {
1172 ATF_TP_ADD_TC(tp, doa);

Completed in 20 milliseconds