Searched refs:DNS_SECTION_ADDITIONAL (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c305 for (result = dns_message_firstname(msg, DNS_SECTION_ADDITIONAL);
307 result = dns_message_nextname(msg, DNS_SECTION_ADDITIONAL)) {
309 dns_message_currentname(msg, DNS_SECTION_ADDITIONAL, &keyname);
646 result = dns_message_findname(msg, DNS_SECTION_ADDITIONAL, qname,
915 dns_message_addname(msg, aname, DNS_SECTION_ADDITIONAL);
999 dns_message_addname(msg, name, DNS_SECTION_ADDITIONAL);
1150 DNS_SECTION_ADDITIONAL));
1280 DNS_SECTION_ADDITIONAL);
1345 DNS_SECTION_ADDITIONAL));
1411 DNS_SECTION_ADDITIONAL));
[all...]
H A Dmessage.c1287 if (sectionid != DNS_SECTION_ADDITIONAL ||
1316 tkeysection = DNS_SECTION_ADDITIONAL;
1386 if (sectionid != DNS_SECTION_ADDITIONAL ||
1632 msg->counts[DNS_SECTION_ADDITIONAL] = isc_buffer_getuint16(source);
1675 ret = getsection(source, msg, &dctx, DNS_SECTION_ADDITIONAL, options);
1910 if ((sectionid == DNS_SECTION_ADDITIONAL)
2013 && (sectionid == DNS_SECTION_ADDITIONAL)
2139 msg->counts[DNS_SECTION_ADDITIONAL] < 65536);
2149 (isc_uint16_t)msg->counts[DNS_SECTION_ADDITIONAL]);
2211 msg->counts[DNS_SECTION_ADDITIONAL]
[all...]
H A Dresolver.c724 message->counts[DNS_SECTION_ADDITIONAL] = 0;
1943 DNS_SECTION_ADDITIONAL, 0);
4990 section <= DNS_SECTION_ADDITIONAL;
5324 return (check_section(arg, addname, type, DNS_SECTION_ADDITIONAL));
5340 dns_section_t section = DNS_SECTION_ADDITIONAL;
5351 dns_message_currentname(fctx->rmessage, DNS_SECTION_ADDITIONAL,
6702 checknamessection(message, DNS_SECTION_ADDITIONAL);
H A Drequest.c1080 result = dns_message_rendersection(message, DNS_SECTION_ADDITIONAL, 0);
H A Dxfrin.c929 CHECK(dns_message_rendersection(msg, DNS_SECTION_ADDITIONAL, 0));
H A Dzone.c10159 result = dns_message_findname(message, DNS_SECTION_ADDITIONAL,
10175 result = dns_message_findname(message, DNS_SECTION_ADDITIONAL,
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h125 #define DNS_SECTION_ADDITIONAL 3 macro
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c539 msg->counts[DNS_SECTION_ADDITIONAL]);
575 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ADDITIONAL]) &&
578 result = printsection(msg, DNS_SECTION_ADDITIONAL,
H A Dnslookup.c337 case DNS_SECTION_ADDITIONAL:
436 detailsection(query, msg, headers, DNS_SECTION_ADDITIONAL);
467 DNS_SECTION_ADDITIONAL);
H A Ddig.c543 msg->counts[DNS_SECTION_ADDITIONAL]);
622 DNS_SECTION_ADDITIONAL,
H A Ddighost.c4069 if (dns_message_firstname(msg->msg, DNS_SECTION_ADDITIONAL)
4071 dump_database_section(msg->msg, DNS_SECTION_ADDITIONAL);
4155 if (dns_message_firstname(msg->msg, DNS_SECTION_ADDITIONAL)
4160 DNS_SECTION_ADDITIONAL);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c1168 section <= DNS_SECTION_ADDITIONAL;
1182 if (section == DNS_SECTION_ADDITIONAL)
1558 DNS_SECTION_ADDITIONAL);
2107 DNS_SECTION_ADDITIONAL);
5120 dns_section_t section = DNS_SECTION_ADDITIONAL;
H A Dclient.c1026 DNS_SECTION_ADDITIONAL,

Completed in 217 milliseconds