Searched refs:sections (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dprintmsg.c205 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_QUESTION])) {
211 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) {
217 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_AUTHORITY])) {
223 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ADDITIONAL])) {
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c550 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_QUESTION]) &&
558 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) {
567 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_AUTHORITY]) &&
575 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ADDITIONAL]) &&
594 ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) {
H A Dnslookup.c447 if (!ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER]))
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c452 name = ISC_LIST_HEAD(msg->sections[i]);
455 ISC_LIST_UNLINK(msg->sections[i], name, link);
734 ISC_LIST_INIT(m->sections[i]);
1011 section = &msg->sections[DNS_SECTION_QUESTION];
1193 section = &msg->sections[sectionid];
1832 section = &msg->sections[sectionid];
2191 for (name = ISC_LIST_HEAD(msg->sections[i]);
2218 msg->cursors[section] = ISC_LIST_HEAD(msg->sections[section]);
2280 &msg->sections[section]);
2317 ISC_LIST_UNLINK(msg->sections[fromsectio
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmessage.h43 * of the message (if counts are right, if counts consume the entire sections,
44 * and if sections consume the entire message) and known pseudo-RRs in the
143 * Dynamic update names for these sections.
195 dns_namelist_t sections[DNS_SECTION_MAX]; member in struct:dns_message
369 * Convert all sections of message 'msg' to a cleartext representation
816 * one of the message's sections before the message is destroyed.
870 * one of the message's sections before the message is destroyed.
997 * will be included in the reply. All other sections will be cleared.
1011 * sections may be bad.
1036 * and no sections hav
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c173 if (ISC_LIST_EMPTY(client->message->sections[DNS_SECTION_ANSWER])) {
3543 for (name = ISC_LIST_HEAD(msg->sections[section]);
3555 ISC_LIST_UNLINK(msg->sections[section], name, link);
3556 ISC_LIST_PREPEND(msg->sections[section], name, link);
4959 if (ISC_LIST_EMPTY(client->message->sections[DNS_SECTION_ANSWER]) &&
4974 (ISC_LIST_EMPTY(client->message->sections[DNS_SECTION_ANSWER]) ||

Completed in 54 milliseconds