Lines Matching defs:section

1321 	dns_section_t section;
1327 for (section = DNS_SECTION_ANSWER;
1328 section <= DNS_SECTION_ADDITIONAL;
1329 section++) {
1330 result = dns_message_findname(client->message, section,
1343 if (section == DNS_SECTION_ADDITIONAL)
1403 * We treat type A additional section processing as if it
1404 * were "any address type" additional section processing.
1510 * NS records cause both the usual additional section
1551 * section.
1763 * section, it's helpful if we add the SRV additional data
1906 * We treat type A additional section processing as if it
1907 * were "any address type" additional section processing.
2055 * NS records cause both the usual additional section
2258 * section. We'll reuse the name.
2367 dns_section_t section)
2386 * owner name '*namep', to section 'section', unless they are
2401 result = dns_message_findname(client->message, section,
2421 dns_message_addname(client->message, name, section);
2431 (section == DNS_SECTION_ANSWER ||
2432 section == DNS_SECTION_AUTHORITY))
2549 dns_section_t section)
2572 result = dns_message_findname(client->message, section,
2597 (section == DNS_SECTION_ANSWER ||
2598 section == DNS_SECTION_AUTHORITY))
2649 dns_message_addname(client->message, name, section);
2687 isc_buffer_t *dbuf, dns_section_t section)
2696 * owner name '*namep', to section 'section', unless they are
2712 result = dns_message_findname(client->message, section,
2732 dns_message_addname(client->message, name, section);
2742 (section == DNS_SECTION_ANSWER ||
2743 section == DNS_SECTION_AUTHORITY))
2765 dns_section_t section)
2864 * TTLs adjusted per RFC2308 section 3.
2876 if (section == DNS_SECTION_ADDITIONAL)
2879 section);
5015 * in the ANSWER section or if we are checking IP addresses.
5032 * in the ANSWER section or if we are checking IP addresses.
5459 * Do not check addresses that will not be in the ANSWER section.
5938 dns_section_t section = DNS_SECTION_ADDITIONAL;
5942 for (name = ISC_LIST_HEAD(msg->sections[section]);
5954 ISC_LIST_UNLINK(msg->sections[section], name, link);
5955 ISC_LIST_PREPEND(msg->sections[section], name, link);
6595 dns_section_t section;
7874 * Add SOA to the additional section if generated by a RPZ
7878 section = nxrewrite ? DNS_SECTION_ADDITIONAL :
7882 associated, section);
7976 * Add SOA to the additional section if generated by a
7985 section = nxrewrite ? DNS_SECTION_ADDITIONAL :
7992 section);
8213 * Add the CNAME to the answer section.
8291 * Add the DNAME to the answer section.
8357 * RFC2672, section 4.1, subsection 3c says
8809 * the authority section
8818 * BIND 8 priming queries need the additional section.
8916 * Add NS records to the authority section (if we haven't already
8917 * added them to the answer section).
8933 * Add NSEC records to the authority section if they're needed for
9026 * section.
9165 * even assume the query contains a valid question section, so we should
9300 * section.
9390 * Allow glue NS records to be added to the authority section