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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.h36 unsigned char *apl; member in struct:dns_rdata_in_apl
H A Dapl_42.c253 dns_rdata_in_apl_t *apl = source; local
259 REQUIRE(apl->common.rdtype == type);
260 REQUIRE(apl->common.rdclass == rdclass);
261 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
263 isc_buffer_init(&b, apl->apl, apl->apl_len);
264 isc_buffer_add(&b, apl
271 dns_rdata_in_apl_t *apl = target; local
294 dns_rdata_in_apl_t *apl = source; local
308 dns_rdata_apl_first(dns_rdata_in_apl_t *apl) argument
334 dns_rdata_apl_next(dns_rdata_in_apl_t *apl) argument
366 dns_rdata_apl_current(dns_rdata_in_apl_t *apl, dns_rdata_apl_ent_t *ent) argument
[all...]

Completed in 9 milliseconds