Searched refs:opcode (Results 1 - 23 of 23) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dopcode.h18 /* $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 Dmessage.h188 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 Dopt_41.h27 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwpacket.h75 lwres_uint32_t opcode; member in struct:lwres_lwpacket
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwpacket.c89 lwres_buffer_putuint32(b, pkt->opcode);
122 pkt->opcode = lwres_buffer_getuint32(b);
H A Dlwres_noop.c27 * 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 Dlwresutil.c314 if (pkt.opcode != LWRES_OPCODE_GETADDRSBYNAME)
424 if (pkt.opcode != LWRES_OPCODE_GETNAMEBYADDR)
539 if (pkt.opcode != LWRES_OPCODE_GETRDATABYNAME)
H A Dlwres_gnba.c24 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 Dlwres_gabn.c24 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 Dlwres_grbn.c69 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME;
147 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME;
/bind-9.6-ESV-R11/bin/named/
H A Dlwdclient.c188 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 Dclient.c1571 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 Dstatschannel.c33 #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 Dprintmsg.c172 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 Dmessage.c40 #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 Dstats.c29 #include <dns/opcode.h>
H A Dresolver.c48 #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 Dzone.c8069 message->opcode = dns_opcode_query;
8821 message->opcode = dns_opcode_notify;
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c223 message->opcode = dns_opcode_query;
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c501 printf(";; ->>HEADER<<- opcode: %s, status: %s, id: %u\n",
502 opcodetext[msg->opcode], rcode_totext(msg->rcode),
H A Ddig.c71 /*% opcode text */
492 printf(";; ->>HEADER<<- opcode: %s, status: %s, "
494 opcodetext[msg->opcode],
H A Ddighost.c2015 lookup->sendmsg->opcode = dns_opcode_query;
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c405 updatemsg->opcode = dns_opcode_update;

Completed in 163 milliseconds