Lines Matching defs:section

1025 	dns_section_t section;
1031 for (section = DNS_SECTION_ANSWER;
1032 section <= DNS_SECTION_ADDITIONAL;
1033 section++) {
1034 result = dns_message_findname(client->message, section,
1046 if (section == DNS_SECTION_ADDITIONAL)
1099 * We treat type A additional section processing as if it
1100 * were "any address type" additional section processing.
1206 * NS records cause both the usual additional section
1245 * section.
1415 * section, it's helpful if we add the SRV additional data
1554 * We treat type A additional section processing as if it
1555 * were "any address type" additional section processing.
1696 * NS records cause both the usual additional section
1896 * section. We'll reuse the name.
2005 isc_buffer_t *dbuf, dns_section_t section)
2014 * owner name '*namep', to section 'section', unless they are
2030 result = dns_message_findname(client->message, section,
2048 dns_message_addname(client->message, name, section);
2058 (section == DNS_SECTION_ANSWER ||
2059 section == DNS_SECTION_AUTHORITY))
2171 * TTLs adjusted per RFC2308 section 3.
3539 dns_section_t section = DNS_SECTION_ADDITIONAL;
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);
4512 * Add the CNAME to the answer section.
4588 * Add the DNAME to the answer section.
4651 * RFC2672, section 4.1, subsection 3c says
4834 * BIND 8 priming queries need the additional section.
4854 * Add NS records to the authority section (if we haven't already
4855 * added them to the answer section).
4872 * Add NSEC records to the authority section if they're needed for
4957 * section.
5027 * even assume the query contains a valid question section, so we should
5132 * section.
5217 * Allow glue NS records to be added to the authority section