| /bind-9.6-ESV-R11/lib/dns/include/dns/ |
| H A D | opcode.h | 18 /* $Id: opcode.h,v 1.8 2007/06/19 23:47:17 tbox Exp $ */ 23 /*! \file dns/opcode.h */ 31 isc_result_t dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target); 33 * Put a textual representation of error 'opcode' into 'target'. 36 *\li 'opcode' is a valid opcode.
|
| H A D | message.h | 188 unsigned int opcode; member in struct:dns_message 410 * If #DNS_MESSAGEPARSE_PRESERVEORDER is set, or if the opcode of the message 995 * is true, the message opcode is query or notify, and the question
|
| /bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
| H A D | opt_41.h | 27 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode
|
| /bind-9.6-ESV-R11/lib/lwres/include/lwres/ |
| H A D | lwpacket.h | 75 lwres_uint32_t opcode; member in struct:lwres_lwpacket
|
| /bind-9.6-ESV-R11/lib/lwres/ |
| H A D | lwpacket.c | 89 lwres_buffer_putuint32(b, pkt->opcode); 122 pkt->opcode = lwres_buffer_getuint32(b);
|
| H A D | lwres_noop.c | 27 * the resolver daemon and is simply echoed back. The opcode is intended 30 * There are four main functions for the no-op opcode. One render 56 * is because the no-op opcode simply echos whatever data was sent: the 82 * The no-op opcode functions lwres_nooprequest_render(), 140 pkt->opcode = LWRES_OPCODE_NOOP; 193 pkt->opcode = LWRES_OPCODE_NOOP;
|
| H A D | lwresutil.c | 314 if (pkt.opcode != LWRES_OPCODE_GETADDRSBYNAME) 424 if (pkt.opcode != LWRES_OPCODE_GETNAMEBYADDR) 539 if (pkt.opcode != LWRES_OPCODE_GETRDATABYNAME)
|
| H A D | lwres_gnba.c | 24 There are four main functions for the getnamebyaddr opcode. One 81 The getnamebyaddr opcode functions lwres_gnbarequest_render(), 143 pkt->opcode = LWRES_OPCODE_GETNAMEBYADDR; 207 pkt->opcode = LWRES_OPCODE_GETNAMEBYADDR;
|
| H A D | lwres_gabn.c | 24 There are four main functions for the getaddrbyname opcode. One render 87 The getaddrbyname opcode functions lwres_gabnrequest_render(), 150 pkt->opcode = LWRES_OPCODE_GETADDRSBYNAME; 231 pkt->opcode = LWRES_OPCODE_GETADDRSBYNAME;
|
| H A D | lwres_grbn.c | 69 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME; 147 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME;
|
| /bind-9.6-ESV-R11/bin/named/ |
| H A D | lwdclient.c | 188 ns_lwdclient_log(50, "opcode %08x", client->pkt.opcode); 190 switch (client->pkt.opcode) { 204 ns_lwdclient_log(50, "unknown opcode %08x", client->pkt.opcode);
|
| H A D | client.c | 1571 client->message->opcode); 1572 switch (client->message->opcode) { 1814 client->message->opcode == dns_opcode_update)) { 1867 switch (client->message->opcode) { 1887 CTRACE("unknown opcode");
|
| H A D | statschannel.c | 33 #include <dns/opcode.h> 697 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "opcode")); 709 TRY0(xmlTextWriterEndElement(writer)); /* opcode */
|
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | printmsg.c | 172 printf(";; ->>HEADER<<- opcode: %s, status: %s, id: %u\n", 173 opcodetext[msg->opcode], rcodetext[msg->rcode], msg->id);
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | message.c | 40 #include <dns/opcode.h> 381 m->opcode = 0; 1056 * FORMERR. In the future, check the opcode to see if 1249 if (msg->opcode != dns_opcode_update 1326 if (msg->opcode == dns_opcode_update && 1346 msg->opcode == dns_opcode_update && 1382 if (preserve_order || msg->opcode == dns_opcode_update || 1416 if (preserve_order || msg->opcode == dns_opcode_update || 1441 * the opcode is an update, or the type search is skipped. 1601 msg->opcode 3393 dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target) argument [all...] |
| H A D | stats.c | 29 #include <dns/opcode.h>
|
| H A D | resolver.c | 48 #include <dns/opcode.h> 1684 fctx->qmessage->opcode = dns_opcode_query; 1725 * We don't have to set opcode because it defaults to query. 2328 dns_opcode_totext((dns_opcode_t)fctx->rmessage->opcode, &b); 6701 if (message->opcode != dns_opcode_query) {
|
| H A D | zone.c | 8069 message->opcode = dns_opcode_query; 8821 message->opcode = dns_opcode_notify;
|
| /bind-9.6-ESV-R11/bin/tests/dst/ |
| H A D | gsstest.c | 223 message->opcode = dns_opcode_query;
|
| /bind-9.6-ESV-R11/bin/dig/ |
| H A D | host.c | 501 printf(";; ->>HEADER<<- opcode: %s, status: %s, id: %u\n", 502 opcodetext[msg->opcode], rcode_totext(msg->rcode),
|
| H A D | dig.c | 71 /*% opcode text */ 492 printf(";; ->>HEADER<<- opcode: %s, status: %s, " 494 opcodetext[msg->opcode],
|
| H A D | dighost.c | 2015 lookup->sendmsg->opcode = dns_opcode_query;
|
| /bind-9.6-ESV-R11/bin/nsupdate/ |
| H A D | nsupdate.c | 405 updatemsg->opcode = dns_opcode_update;
|