Searched defs:opcode (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dopt_41.h18 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode
H A Dopt_41.c389 dns_rdata_opt_current(dns_rdata_opt_t *opt, dns_rdata_opt_opcode_t *opcode) { argument
393 REQUIRE(opcode != NULL);
402 opcode->opcode = uint16_fromregion(&r);
404 opcode->length = uint16_fromregion(&r);
406 opcode->data = r.base;
407 INSIST(opt->offset + 4 + opcode->length <= opt->length);
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwpacket.h66 lwres_uint32_t opcode; member in struct:lwres_lwpacket
/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h190 dns_opcode_t opcode; member in struct:dns_message
423 * If #DNS_MESSAGEPARSE_PRESERVEORDER is set, or if the opcode of the message
1008 * is true, the message opcode is query or notify, and the question
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h192 dns_opcode_t opcode; member in struct:dig_lookup
/bind-9.11.3/lib/dns/
H A Dmessage.c29 #include <dns/opcode.h>
362 m->opcode = 0;
1044 * FORMERR. In the future, check the opcode to see if
1297 if (msg->opcode != dns_opcode_update
1311 if (msg->opcode != dns_opcode_update && !msg->tkey &&
1385 if (msg->opcode == dns_opcode_update &&
1405 msg->opcode == dns_opcode_update &&
1455 if (preserve_order || msg->opcode == dns_opcode_update ||
1489 if (preserve_order || msg->opcode == dns_opcode_update ||
1514 * the opcode i
4154 dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target) argument
[all...]

Completed in 23 milliseconds