Lines Matching refs:section

1161 	dns_section_t section;
1167 for (section = DNS_SECTION_ANSWER;
1168 section <= DNS_SECTION_ADDITIONAL;
1169 section++) {
1170 result = dns_message_findname(client->message, section,
1182 if (section == DNS_SECTION_ADDITIONAL)
1240 * We treat type A additional section processing as if it
1241 * were "any address type" additional section processing.
1348 * NS records cause both the usual additional section
1387 * section.
1575 * section, it's helpful if we add the SRV additional data
1718 * We treat type A additional section processing as if it
1719 * were "any address type" additional section processing.
1863 * NS records cause both the usual additional section
2064 * section. We'll reuse the name.
2173 dns_section_t section)
2192 * owner name '*namep', to section 'section', unless they are
2207 result = dns_message_findname(client->message, section,
2226 dns_message_addname(client->message, name, section);
2236 (section == DNS_SECTION_ANSWER ||
2237 section == DNS_SECTION_AUTHORITY))
2353 dns_section_t section)
2376 result = dns_message_findname(client->message, section,
2400 (section == DNS_SECTION_ANSWER ||
2401 section == DNS_SECTION_AUTHORITY))
2452 dns_message_addname(client->message, name, section);
2490 isc_buffer_t *dbuf, dns_section_t section)
2499 * owner name '*namep', to section 'section', unless they are
2515 result = dns_message_findname(client->message, section,
2533 dns_message_addname(client->message, name, section);
2543 (section == DNS_SECTION_ANSWER ||
2544 section == DNS_SECTION_AUTHORITY))
2661 * TTLs adjusted per RFC2308 section 3.
4190 * Look only for addresses that will be in the ANSWER section
4674 * Do not check addresses that will not be in the ANSWER section.
5120 dns_section_t section = DNS_SECTION_ADDITIONAL;
5124 for (name = ISC_LIST_HEAD(msg->sections[section]);
5136 ISC_LIST_UNLINK(msg->sections[section], name, link);
5137 ISC_LIST_PREPEND(msg->sections[section], name, link);
6823 * Add the CNAME to the answer section.
6899 * Add the DNAME to the answer section.
6963 * RFC2672, section 4.1, subsection 3c says
7322 * BIND 8 priming queries need the additional section.
7376 * Add NS records to the authority section (if we haven't already
7377 * added them to the answer section).
7394 * Add NSEC records to the authority section if they're needed for
7492 * section.
7567 * even assume the query contains a valid question section, so we should
7672 * section.
7758 * Allow glue NS records to be added to the authority section