HomeSort by: relevance | last modified time | path
    Searched defs:rdatalists (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 543 dns_rdatalist_t *rdatalists[] = { &rdatalist_ns, &rdatalist_a, local
656 for (i = 0; rdatalists[i] != NULL; i++) {
657 while ((rdata = ISC_LIST_HEAD(rdatalists[i]->rdata)) != NULL) {
658 ISC_LIST_UNLINK(rdatalists[i]->rdata, rdata, link);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
message.h 67 * On the other hand, offsets, rdatalists and rdatas allocated using
70 * on rdatalists and rdatas is optional and serves only to enable the item
288 ISC_LIST(dns_msgblock_t) rdatalists; member in struct:dns_message
652 * Render all names, rdatalists, etc from the given section at the
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
message.h 64 * On the other hand, offsets, rdatalists and rdatas allocated using
67 * on rdatalists and rdatas is optional and serves only to enable the item
259 ISC_LIST(dns_msgblock_t) rdatalists; member in struct:dns_message
622 * Render all names, rdatalists, etc from the given section at the

Completed in 25 milliseconds