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

/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h54 * On the other hand, offsets, rdatalists and rdatas allocated using
57 * on rdatalists and rdatas is optional and serves only to enable the item
232 ISC_LIST(dns_msgblock_t) rdatalists; member in struct:dns_message
555 * Render all names, rdatalists, etc from the given section at the
/bind-9.11.3/bin/named/
H A Dzoneconf.c546 dns_rdatalist_t* rdatalists[] = { local
666 for (i = 0; rdatalists[i] != NULL; i++) {
667 while ((rdata = ISC_LIST_HEAD(rdatalists[i]->rdata)) != NULL) {
668 ISC_LIST_UNLINK(rdatalists[i]->rdata, rdata, link);

Completed in 13 milliseconds