| /minix3/external/bsd/bind/dist/bin/named/ |
| H A D | notify.c | 91 result = dns_message_firstname(request, DNS_SECTION_QUESTION); in ns_notify_start()
|
| H A D | update.c | 1529 result = dns_message_firstname(request, DNS_SECTION_ZONE); in ns_update_start() 2494 for (result = dns_message_firstname(request, DNS_SECTION_PREREQUISITE); in update_action() 2627 for (result = dns_message_firstname(request, DNS_SECTION_UPDATE); in update_action() 2741 for (result = dns_message_firstname(request, DNS_SECTION_UPDATE); in update_action()
|
| H A D | xfrout.c | 794 result = dns_message_firstname(request, DNS_SECTION_QUESTION); in ns_xfr_start() 879 for (result = dns_message_firstname(request, DNS_SECTION_AUTHORITY); in ns_xfr_start()
|
| H A D | query.c | 3332 result = dns_message_firstname(client->message, DNS_SECTION_AUTHORITY); in query_addds() 8383 result = dns_message_firstname(message, DNS_SECTION_QUESTION); in ns_query_start()
|
| /minix3/external/bsd/bind/dist/bin/tests/ |
| H A D | printmsg.c | 96 result = dns_message_firstname(msg, sectionid); in printsection()
|
| /minix3/external/bsd/bind/dist/bin/dig/ |
| H A D | dighost.c | 1836 for (result = dns_message_firstname(msg, section); in followup_lookup() 3200 result = dns_message_firstname(msg, DNS_SECTION_ANSWER); in check_for_more_data() 3593 for (result = dns_message_firstname(msg, DNS_SECTION_QUESTION); in recv_done() 4339 if (dns_message_firstname(msg->msg, DNS_SECTION_ANSWER) in dump_database() 4343 if (dns_message_firstname(msg->msg, DNS_SECTION_AUTHORITY) in dump_database() 4347 if (dns_message_firstname(msg->msg, DNS_SECTION_ADDITIONAL) in dump_database() 4421 if (dns_message_firstname(msg->msg, DNS_SECTION_ANSWER) in chase_scanname() 4428 if (dns_message_firstname(msg->msg, DNS_SECTION_AUTHORITY) in chase_scanname() 4436 if (dns_message_firstname(msg->msg, DNS_SECTION_ADDITIONAL) in chase_scanname() 5221 if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER)) in sigchase_td() [all …]
|
| H A D | nslookup.c | 261 result = dns_message_firstname(msg, section); in printsection() 343 result = dns_message_firstname(msg, section); in detailsection()
|
| H A D | host.c | 275 result = dns_message_firstname(msg, sectionid); in printsection()
|
| H A D | dig.c | 379 result = dns_message_firstname(msg, DNS_SECTION_ANSWER); in short_answer()
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | message.h | 633 dns_message_firstname(dns_message_t *msg, dns_section_t section);
|
| /minix3/external/bsd/bind/dist/lib/samples/ |
| H A D | nsprobe.c | 540 result = dns_message_firstname(rmessage, in request_done() 582 result = dns_message_firstname(rmessage, in request_done() 610 result = dns_message_firstname(rmessage, in request_done()
|
| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | tkey.c | 312 for (result = dns_message_firstname(msg, DNS_SECTION_ADDITIONAL); in process_dhtkey() 641 result = dns_message_firstname(msg, DNS_SECTION_QUESTION); in dns_tkey_processquery() 1109 result = dns_message_firstname(msg, section); in find_tkey() 1189 result = dns_message_firstname(rmsg, DNS_SECTION_ANSWER); in dns_tkey_processdhresponse()
|
| H A D | resolver.c | 654 result = dns_message_firstname(message, DNS_SECTION_ANSWER); in fix_mustbedelegationornxdomain() 706 result = dns_message_firstname(message, DNS_SECTION_AUTHORITY); in fix_mustbedelegationornxdomain() 4127 result = dns_message_firstname(message, DNS_SECTION_AUTHORITY); in is_lame() 4215 result = dns_message_firstname(message, DNS_SECTION_QUESTION); in same_question() 4669 result = dns_message_firstname(fctx->rmessage, DNS_SECTION_AUTHORITY); in validated() 4832 for (result = dns_message_firstname(fctx->rmessage, section); in findnoqname() 5354 result = dns_message_firstname(fctx->rmessage, section); in cache_message() 5497 result = dns_message_firstname(fctx->rmessage, in ncache_message() 5706 for (result = dns_message_firstname(fctx->rmessage, section); in chase_additional() 6036 result = dns_message_firstname(message, section); in noanswer_response() [all …]
|
| H A D | client.c | 2327 result = dns_message_firstname(rcvmsg, section); in receive_soa() 2371 result = dns_message_firstname(soaquery, DNS_SECTION_QUESTION); in receive_soa() 2864 result = dns_message_firstname(uctx->updatemsg, section); in dns_client_startupdate() 2867 result = dns_message_firstname(uctx->updatemsg, section); in dns_client_startupdate()
|
| H A D | ncache.c | 170 result = dns_message_firstname(message, DNS_SECTION_AUTHORITY); in addoptout()
|
| H A D | xfrin.c | 1292 for (result = dns_message_firstname(msg, DNS_SECTION_ANSWER); in xfrin_recv_done()
|
| H A D | message.c | 2280 dns_message_firstname(dns_message_t *msg, dns_section_t section) { in dns_message_firstname() function 3167 result = dns_message_firstname(msg, section); in dns_message_sectiontotext()
|
| H A D | validator.c | 2321 result = dns_message_firstname(message, DNS_SECTION_AUTHORITY); in val_rdataset_first() 2635 result = dns_message_firstname(message, DNS_SECTION_AUTHORITY); in validate_authority()
|
| H A D | zone.c | 13069 result = dns_message_firstname(msg, section); in message_count()
|
| /minix3/external/bsd/bind/dist/bin/nsupdate/ |
| H A D | nsupdate.c | 1920 result = dns_message_firstname(updatemsg, DNS_SECTION_ZONE); in setzone() 2478 result = dns_message_firstname(rcvmsg, section); in recvsoa() 2592 result = dns_message_firstname(soaquery, DNS_SECTION_QUESTION); in recvsoa() 3015 result = dns_message_firstname(updatemsg, section); in start_update() 3018 result = dns_message_firstname(updatemsg, section); in start_update()
|
| /minix3/external/bsd/bind/dist/lib/dns/win32/ |
| H A D | libdns.def.in | 426 dns_message_firstname
|